Add support for creating an "empty" project #4268
Labels
in commands
Relates to commands (usually invoked from the command Palette)
in flutter
Relates to running Flutter apps
is enhancement
Milestone
Flutter recently added an option to
flutter create
to create an empty project that doesn't have any comments, the code is just a hello world instead of the counter app, and there's no test directory. The flag is--empty
.It would be nice to add the option to the VSCode extension to allow people to create an empty project instead of one that has the counter app in it. I'm not sure how that should manifest, it could either be an option setting that modifies the "Flutter: New Project" command, or an additional "Flutter: New Empty Project" command, I'm not sure which is more appropriate (maybe the latter?).
For context, see this comment, the PR that added the flag: flutter/flutter#113873, and the related IntelliJ feature request.
The text was updated successfully, but these errors were encountered: