We should have the flutter create step create project metadata artifacts for IntelliJ+the Dart plugin. I'm guessing that would be something like:
- the project file /.idea dir
- the module file
- updates to the .gitignore file to ignore some idea metadata and not others (some files are user specific and some related to project definition)
/cc @danrubel @pq