My fellow flutter devs, I have seen many flutter beginners facing the error Flutter Plugin Not Installed While Installation Of Flutter on windows 10 operating system. It becomes very boring when we search for a particular answer and we found related information but not what we expect. Here I have found the exact solution for the issue.
Follow the below steps to resolve the issue: Flutter Plugin Not Installed While Installation Of Flutter:
- Open your command prompt. After that run $flutter doctor command. As a result, you will find below screen:
- Next open android studio and then File ->Settings ->Plugin. Here in Marketplace search flutter in search bar.
Here I have already installed the flutter plugin, so it is displaying installed. Otherwise, it will show you install. And when you hit to install the flutter it will ask you to install dart plugin with it as follow:
You need to say install so that the dart plugin will also get installed as well as the Flutter plugin. If this pop-up does not appear you have to just repeat the same process as we have done for a flutter. Below screen shows the process for the dart plugin:
You must restart your IDE after all these steps. Therefore, restart you IDE to work smooth as other editors.
- Now again run the $flutter doctor command on command prompt, you will find below screen as a result:
If you do not find that your restart does not show the same result. Then you must try the following commands on the command prompt: