Use VS Code to install Flutter
#
To install Flutter using these instructions, verify that you have installed Visual
Studio Code 1.86 or later and the Flutter extension for VS Code.
Prompt VS Code to install Flutter
#
Launch VS Code.
To open the Command Palette, press Control + Shift + P.
In the Command Palette, type flutter.
Select Flutter: New Project.
VS Code prompts you to locate the Flutter SDK on your computer.
If you have the Flutter SDK installed, click Locate SDK.
If you do not have the Flutter SDK installed, click Download SDK.
This option sends you the Flutter install page if you have not installed Git for
Windows as directed in the development tools prerequisites.
When prompted Which Flutter template?, ignore it. Press Esc. You can create a test
project after checking your development setup.