-
Notifications
You must be signed in to change notification settings - Fork 28.8k
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
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
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:
FlutterProjectType
toFlutterTemplateType
; did some enhanced enum cleanups while at itRemovedFlutterTemplateType
fromParsedFlutterTemplateType
skeleton
directoryapp_shared
back intoapp
(no longer required now thatskeleton
is removed)Final cleanups are tracked in #160692.
(Added @zanderso just to spot check this is what he meant by #160673 (comment))