Mayank Pathak
Mayank Pathak

Reputation: 1

When I use the flutter doctor command to check the status, it says plugins for flutter and dart are not installed

I am done with my installation and all but then also it's showing that SDK took missing but in the android studio, I did all the requirements that were must be installed.

Also, plugins are installed but then also after I use the flutter doctor command to know the status it's showing plugin not installed for flutter and dart. Please try to help me out.

Upvotes: 0

Views: 96

Answers (1)

Biruk Telelew
Biruk Telelew

Reputation: 1193

go to file->settings->Language & Frameworks

  • select dart and choose your dart sdk location

  • select flutter and select your flutter sdk location

Upvotes: 1

Related Questions