

Step 2 - Launching the ProjectĬonsult the documentation for running the code in Visual Studio Code or Android Studio.įor example, with Visual Studio Code, open the Run and Debug:

Then, open this project with your code editor of choice.

Once you have installed Flutter and have the appropriate dependencies (Android SDK or XCode depending on your machine) installed, you can now create a new Flutter project.įirst, open your terminal window, navigate to the directory where you want to start your project, and run the following command: It has been updated to support Flutter 1.22.2. This article was originally written using Flutter 1.2.x. Flutter extension installed for Visual Studio Code.Flutter and Dart plugins installed for Android Studio.It is recommended to install plugins for your code editor:.Visual Studio Code offers more lightweight, but functional support. Android Studio offers an integrated, feature-rich IDE with support for Flutter. To download and install Android Studio or Visual Studio Code.To complete this tutorial, you will need: In this article, you will create your first Flutter application and explore the generated code. If you’re new to Dart, you may want to start by getting a general overview of the language first. Note: Flutter apps are built using the Dart programming language.
