flutter / flutter/flutter-intellij
Missing .idea/misc.xml project file
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
We might want to add .idea/misc.xml to the Flutter project templates since it is what's returned by Project.getProjectFile(). The default SDK is defined there, and including that would eliminate a glaring error in the Project Structure editor. The error doesn't really mean anything for Flutter projects, but once we get Android sources linked in properly it becomes an issue.
Contributor guide
Assessment
This issue has not been assessed yet.