Skip to content

improve default help page for new users #5977

@danrubel

Description

@danrubel

When a user types flutter with no arguments, show common actions first with more detailed information so that the new user can get started quickly...

Common actions:

flutter create <output directory>
    Create a new Flutter project in the specified directory.

flutter analyze [options] [<target>]
    Analyze Flutter project's Dart code.

flutter run [options]
    Run your Flutter application on an attached device
    or in an emulator.

... existing help output here ...

Metadata

Metadata

Assignees

Labels

toolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions