Press cmd + shift + p on Mac or ctrl + shift + p on windows. Choose Dart: New project.
Read moreShould I use VS Code or Android Studio Flutter?
Both the IDE are really good. But Android Studio takes more time to open and it also consume more memory than VS Code. If you are beginner then go for Android Studio but after some time you can shift to VS code .
Read moreHow do I run a Flutter app in terminal?
Run the app
Read moreHow do I use Visual Studio Code in terminal?
You can also run VS Code from the terminal by typing ‘code’ after adding it to the path:
Read moreHow do you open the Flutter terminal in VS Code?
Installing Flutter in Visual Studio Code:
Read moreHow do you add a Flutter on VS Code?
Start VS Code. Invoke View > Command Palette…. Type “install”, and select Extensions: Install Extensions. Type “flutter” in the extensions search field, select Flutter in the list, and click Install.
Read moreHow do you create a app on Flutter?
Create the app
Read more