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
- Open processor first steps (#316) * adds an open processor that delegates to the platform for basic project import but adds it’s own post-processing hooks * detects missing `.packages` and runs `flut... — committed to pq/flutter-intellij by pq 7 years ago
- Open processor first steps (#316) (#638) * Open processor first steps (#316) * adds an open processor that delegates to the platform for basic project import but adds it’s own post-processing hook... — committed to flutter/flutter-intellij by pq 7 years ago
- Add Flutter Module type on project open (#316). * adds flutter module type (if missing) * reloads project * runs `flutter packages get` Fixes: #316. — committed to pq/flutter-intellij by pq 7 years ago
- Add Flutter Module type on project open (#316). (#653) * adds flutter module type (if missing) * reloads project * runs `flutter packages get` Fixes: #316. — committed to flutter/flutter-intellij by pq 7 years ago
- Update known issues Remove fixed issue (Fixes #316) Add two new issues — committed to flutter/flutter-intellij by mit-mit 7 years ago
- Update known issues (#740) Remove fixed issue (Fixes #316) Add two new issues — committed to flutter/flutter-intellij by mit-mit 7 years ago
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.
I believe I also had to enable dart for the project:

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.