flutter-intellij
flutter-intellij copied to clipboard
Enable Flutter plug-in for an existing project
Provide an obvious (for someone who already has experience with intellij) way to enable the flutter plug-in for an existing Flutter project that was not created through Intellij or that does not have an .iml file yet (or has an old one, for example, if a project was created in intellij but before the flutter plugin was installed).
Maybe this could be done via the "Add Framework Support" feature in Intellij?
Or even better, do it just like the Dart plugin does it:

Here:

I had the same issue a view month ago: https://github.com/flutter/flutter-intellij/issues/466
A Workaround:
- Invoke File > New> Project... in IntelliJ
- Click Next on the Flutter SDK page
- In the New Project screen, click the ... button next to Project location, and browse to the folder of your project.
- Click Finish
- Say yes when it asks if you want to override an existing .idea or .idl files
Anyway, a 'Enable Flutter support..' checkbox would be awesome ;-)