Table of Contents
Install the Flutter and Dart plugins
Validate your flutter setup using “flutter doctor command”.
Once Flutter SDK and your VS Code Editor is up and running,
![]() |
---|
Flutter Visual Studio Code |
To Create a new flutter project from the flutter starter app template follow the below steps
Use Shortcut key - Ctrl+Shift+P or Cmd+Shift+P on macOS
OR
Go to View Menu, select “Command Palette”
![]() |
---|
VS Code Command Palette |
Select the “Flutter : New Project” Command from the list and press Enter
![]() |
---|
Flutter New Project |
![]() |
---|
Flutter Project Name |
For this demo, App Name : flutter_test_app
![]() |
---|
Flutter Test App |
![]() |
---|
Flutter Project Location |
Wait for a few seconds and let flutter create the required files and folders in your project location.
![]() |
---|
Flutter Create Command |
Once, the project setup is complete, VS Code will notify you that your flutter project is ready.
![]() |
---|
Flutter Project Ready |