Reputation: 51
I got flutter upgarade and imported a project from git.
and I want to run this app but Dart support is disabled. Flutter SDK path seems apllied but Dart ( on Setting > Languages & Frameworks > Dart seems not be able to be enabled.
How could I solve this situation? enter image description here
Upvotes: 4
Views: 3506
Reputation: 5266
I had same issue and checking both boxes would do anything, it would always reset back. My fix is:
git clone (url) newName
And it works.
Upvotes: 0
Reputation: 3
To solve this problem, you need to set the flag to "Enable Dart support for the following modules"
Upvotes: -1