In the window Welcome to Android Studio click on Configure and then on Plugins. In the search bar type in flutter and click on Search in repositories. Click on the one that says Flutter, Then click on Install, Accept and Yes. Now click on Restart Android Studio, then on OK, and on Restart.
Read moreHow do I know if my flutter is working?
Run the app
Read moreHow do you check flutter is installed or not?
Open your flutter project root directory in Command Prompt or Terminal like i did in below screenshot and type flutter –version command .
Read moreWhere is not recognized in flutter?
You need to add the path to your system environment. Because your system is not able to find the folder where you have installed Flutter in your system.17 Tem 2020
Read moreWhy flutter console is not working?
First off, you should be adding your <flutter install directory>/flutter/bin; to the path not the flutter directory. Then you should be able to use flutter from cmd/powershell. If you have a window open before changing the environment variable either reopen it or run refreshenv .
Read more