flutter-intellij: Duplicated .iml files

Steps to Reproduce

  1. In the Terminal, run flutter create test1

Expected and actual behaviour: The test1 folder has no .iml file directly inside it; this is located in test1/.idea/.

  1. Inside IntelliJ, File>Create a new Flutter project test2

Expected result: Same as from terminal Actual result: There is an .iml file both inside test2/ and inside test2/.idea/.

Version info

IJ plugin 0.1.9

Flutter: • Framework revision 6469b475d2 (7 hours ago), 2017-01-30 23:32:44 • Engine revision 9de4d1530b • Tools Dart version 1.22.0-dev.9.1

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (16 by maintainers)

Most upvoted comments

IML file location is selected at the next Flutter Project Wizard step after providing a path to the Flutter SDK. image You can debug where default paths come from. May be you can tweak defaults before this step is shown; or ignore what is set at this step somewhere later. Both ways are not perfect though.