Member-only story
Start your new project now!
Create a new Flutter project in three different ways
This short article shows how to create a new Flutter project, so you can start working on your app.
(Not a Medium member? Read this story for free here!)
I will show you three ways how to create a new Flutter project. You can do it with the IDEs Visual Studio Code or Android Studio or by using the command-line tool from the Flutter SDK. You need to have the Flutter SDK installed, otherwise non of these tips will work. To install the Flutter SDK, see the Flutter homepage.
Visual Studio Code
- Go to View ▶ Command Palette…
- Enter or select Flutter: New Project
- Select the project template Application.