0% found this document useful (0 votes)
2 views

Installer Flutter Sur Visual Studio Code

To install Flutter using Visual Studio Code, ensure you have VS Code 1.86 or later and the Flutter extension. Open the Command Palette, type 'flutter', and select 'Flutter: New Project' to locate or download the Flutter SDK. Ignore the Flutter template prompt and press Esc to proceed with your setup.

Uploaded by

paulbreakoff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Installer Flutter Sur Visual Studio Code

To install Flutter using Visual Studio Code, ensure you have VS Code 1.86 or later and the Flutter extension. Open the Command Palette, type 'flutter', and select 'Flutter: New Project' to locate or download the Flutter SDK. Ignore the Flutter template prompt and press Esc to proceed with your setup.

Uploaded by

paulbreakoff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like