flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Enable Flutter plug-in for an existing project

Open eukreign opened this issue 9 years ago • 1 comments

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:

image

Here:

image

eukreign avatar Feb 02 '17 22:02 eukreign

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 ;-)

jsiedentop avatar Feb 03 '17 12:02 jsiedentop