riza
riza

Reputation: 51

No modules selected. Dart support will be disabled for the project / IntelliJ

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

Answers (4)

Dev ekpu chinwe
Dev ekpu chinwe

Reputation: 3

I have same issues and nothing is working

Upvotes: 0

Apoleo
Apoleo

Reputation: 2500

Close the project, delete the .idea folder and open it again.

Upvotes: 10

JoKr
JoKr

Reputation: 5266

I had same issue and checking both boxes would do anything, it would always reset back. My fix is:

  • delete the repository
  • clone again with terminal (don't use Studio) and set different name for poject: git clone (url) newName

And it works.

Upvotes: 0

Piotr Hariuc
Piotr Hariuc

Reputation: 3

To solve this problem, you need to set the flag to "Enable Dart support for the following modules"

Upvotes: -1

Related Questions