You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, create a Flutter app from the command line:
flutter create click
Then open in IDEA and go to Project Structure. The "Problems" tab is highlighted with one problem. If you click on it, you see a message:
Module click: invalid item 'Dart SDK' in the dependencies list
This can be fixed by editing click.iml and removing the application-level Dart SDK.
Assuming we only support 2017.1 from now on, perhaps we should remove the application-level SDK from any .iml templates and checked-in files for sample projects?