Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 238
riza Avatar asked Sep 19 '25 17:09

riza


1 Answers

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

like image 61
Apoleo Avatar answered Sep 22 '25 07:09

Apoleo