-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Remove --template=skeleton and add a placeholder error message instead.
#160695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove --template=skeleton and add a placeholder error message instead.
#160695
Conversation
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my end but I would let @andrewkolos take a look when he is available.
|
Some hardcoded-test assumptions still need to be updated. I'll fix those up Monday. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation LGTM. Feel free to re-request if tests end up needing significant re-writes
zanderso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: external -> "community" or "third-party".
| enum RemovedFlutterTemplateType implements ParsedFlutterTemplateType { | ||
| skeleton( | ||
| helpText: | ||
| 'Formerly generated a list view / detail view Flutter application that ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericwindmill sgty?
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))