dart create

Create a new Dart project

Options

NameDescription
-h, --helpPrint this usage information
-t, --template <template-type>The project template to use
--pubRun 'pub get' after the project has been created. Default to on
--no-pubDo not run 'pub get' after the project has been created. Default to on
--forceForce project generation, even if the target directory already exists