Follow the below steps to install Flutter on Windows:
Read moreHow do I enable Windows Flutter?
On Windows, desktop support is enabled on Flutter 2.10 or higher. Note: You only need to execute flutter config –enable-<platform>-desktop once. You can check the status of your configuration at any time by using the command flutter config with no arguments.
Read moreWhich is better for Flutter Android Studio or VS Code?
Both the IDE are really good. But Android Studio takes more time to open and it also consume more memory than VS Code . If you are beginner then go for Android Studio but after some time you can shift to VS code.
Read moreDoes Visual Studio 2019 have Flutter?
Install the Flutter Plugin on Android Studio 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. Android Studio will open again.
Read moreHow do I create a Flutter project in Visual Studio?
Creating projects
Read more