-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
The flutter create command has a number of option flags that can be set to control its output. It would be useful to be able to set those from the New Project command:
- --[no-]pub
- --[no-]offline
- --[no-]with-driver-test
- -t, --template= [app (default), package, plugin]
- --description
- --org
- -i, --ios-language [objc (default), swift]
- -a, --android-language [java (default), kotlin]
Specifically org and description are ones that I never leave to their default values, and selecting a template is useful for quick-starting non-app projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.