0
votes

Plugins are installed in android studio but this error shows at "fultter doctor" Android Studio (version 4.1.0) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality.

3

3 Answers

0
votes

It happens with many people.. If you installed correctly Flutter and Dart all will works fine in spite of this flutter doctor bug.

0
votes

Run this command in your terminal:

ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
0
votes

for removing the error "Android Studio (version 4.1.0) ✗ Flutter plugin not installed" run the command " flutter channel dev && flutter upgrade.

also for removing error "SDK not found at specified location" in android studio, make sure The path to the SDK should be to the main Flutter folder (e.g. C:\src\flutter and not to the bin folder as set in the Environment Variable Path.