flutter-intellij: Opening an existing Flutter project that is missing .iml/.idea files causes confusing errors

We should implement ProjectOpenProcessor for easy opening existing Flutter projects (I mean those that have never been opened in the IDE before and do not have .idea folder, so that Flutter module is created for them, not the default module type).

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 17 (13 by maintainers)

Commits related to this issue

Most upvoted comments

sorry for the slow response. I had to open settings and update flutter sdk location in the language settings to match the path of my other IDE created projects. image I believe I also had to enable dart for the project: image

Super. That helps. Thanks for following up!

I got it working, but it reasons that it’s possible to use the same config when opening flutter projects not created from the IDE.