1

I have installed flutter and I am using Android Studio for Android Virtual Device (AVD) and Visual Studio Code (VS Code) for installing dart and flutter extension.
On running flutter doctor in command prompt it is throwing error-

[!] Android Studio (version 4.1.0)
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.

How can I solve this problem? TIA.

enter image description here

mefahimrahman
  • 197
  • 2
  • 6
  • 29
Abhinav
  • 63
  • 7
  • 1
    I also had same issue after upgrading flutter, but when i ran the application, there was no error, try running the application. – Bensal Oct 25 '20 at 10:36
  • 1
    Make sure you have installed the plugins,try run your app ,i have same issue shows after running flutter doctor,but i have no problem to run my project without any problems@Abhinav – Abhijith Oct 25 '20 at 13:08
  • I've installed flutter and faced exactly same problem. I've also [tried](https://stackoverflow.com/questions/51860845/flutter-plugin-not-installed-error-when-running-flutter-doctor) this but yet not able to install in Android Studio. But by following this I've able to install flutter plugin in VS Code. – mefahimrahman Nov 01 '20 at 07:50

1 Answers1

1

This error is just shown in flutter doctor, the application works fine even with it.

Abhinav
  • 63
  • 7