Skip to content

Support setting orgainzation/language preferences for Flutter: New Project #618

@xqwzts

Description

@xqwzts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in flutterRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions