CREATE A NEW PROJECT IN FLUTTER
Please open the vs code in your system.

There are several ways to create a new flutter project. But we will use a shortcut to create a project. Please follow the shortcut according to your operating system.
- Mac Users :⌘ Cmd + Shift + P
- Windows Users :Ctrl + Shift + P
After the use of this shortcut, you will see this window and search there flutter. Now please select Flutter: New Project.

Choose the location where you want to create a project.

Now write the name of your project and then press enter

Now flutter new project is created successfully.
- Please select your device to run the project.
- Press F5, to run the project.
