Creating Flutter Project

In this lesson, options to set up and create a Flutter project will be covered and links to resources will be provided.

If you prefer to set up and run the Flutter app at your machine, here are few options.

Command Line Interface (CLI)

Getting / upgrading Flutter :

flutter channel master
flutter upgrade

Creating Flutter project:

First, navigate to the directory you want to create your Flutter project in, and execute the following command to create a project.

flutter create .

Please refer to this link for more details about creating a project using the command line for your development environment.

Android Studio & IntelliJ

Please refer to this link for detailed instructions on creating Flutter project.

Visual Studio

Please refer to this link to create a Flutter project using Visual Studio.

Get hands-on with 1200+ tech skills courses.