Open the command palette (Ctrl + Shift + P) and search ‘Flutter’ to see some commands have been added, Such as Flutter: Run Flutter Doctor and Flutter: New Project. Let’s try running Flutter: New Project. Provide a project name and select a location for the repo to be created.
Read moreHow do I add VS Code to flutter?
Follow the below steps to install Flutter in VS Code:
Read moreCan’t find any instance of Visual Studio flutter?
Open the “Visual Studio Installer”, pick “Modify” and make sure it includes “Desktop Development with C++” . This is probably missing, so install it. Don’t forget to reboot. If it’s still not working, open the “Individual Components” tab in the installer and make sure “Visual C++ tools for CMake” is checked.
Read moreHow do I fix flutter plugin is not installed?
Solution that worked for me:
Read more