Remove --template=skeleton and add a placeholder error message instead.#160695
Merged
auto-submit[bot] merged 8 commits intoflutter:masterfrom Dec 24, 2024
Merged
Remove --template=skeleton and add a placeholder error message instead.#160695auto-submit[bot] merged 8 commits intoflutter:masterfrom
--template=skeleton and add a placeholder error message instead.#160695auto-submit[bot] merged 8 commits intoflutter:masterfrom
Conversation
Contributor
jonahwilliams
left a comment
There was a problem hiding this comment.
Looks good from my end but I would let @andrewkolos take a look when he is available.
Contributor
Author
|
Some hardcoded-test assumptions still need to be updated. I'll fix those up Monday. |
andrewkolos
approved these changes
Dec 23, 2024
zanderso
reviewed
Dec 24, 2024
Member
zanderso
left a comment
There was a problem hiding this comment.
Yes, this is what I was thinking.
| 'Formerly generated a list view / detail view Flutter application that ' | ||
| 'followed some community best practices. For up to date resources, see ' | ||
| 'https://flutter.github.io/samples, https://docs.flutter.dev/codelabs, ' | ||
| 'and external resources such as https://flutter-builder.app/.', |
Member
There was a problem hiding this comment.
nit: external -> "community" or "third-party".
| enum RemovedFlutterTemplateType implements ParsedFlutterTemplateType { | ||
| skeleton( | ||
| helpText: | ||
| 'Formerly generated a list view / detail view Flutter application that ' |
matanlurey
added a commit
to matanlurey/flutter
that referenced
this pull request
Dec 26, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 6, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 12, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 13, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 13, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Mar 6, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Mar 7, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Mar 13, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Mar 13, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 10, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 10, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 11, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 11, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 15, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Apr 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #160673.
Does the following:
FlutterProjectTypetoFlutterTemplateType; did some enhanced enum cleanups while at itRemovedFlutterTemplateTypefromParsedFlutterTemplateTypeskeletondirectoryapp_sharedback intoapp(no longer required now thatskeletonis removed)Final cleanups are tracked in #160692.
(Added @zanderso just to spot check this is what he meant by #160673 (comment))