-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Refactor the CreateCommand #59494
Copy link
Copy link
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Milestone
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
My plan is to create a
CreateCommandMixin.It will likely also be used when we start working on the flutter create subcommands such as
flutter create pluginandflutter create appSee #59493 for the
flutter app-platformcommand.