Skip to content

Add support for creating an "empty" project #6402

@gspencergoog

Description

@gspencergoog

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 IntelliJ 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" dialog, or an additional "Flutter: New Empty Project" dialog, I'm not sure which is more appropriate (maybe the former?).

For context, see this comment, the PR that added the flag: flutter/flutter#113873, and the related VSCode feature request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions