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 Answers
0
votes
0
votes
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.