View video tutorial

FLUTTER First Application

FLUTTER

This chapter shows how to create a simple Hello World application in Flutter using Android Studio.

Android Studio and Flutter


➔ To create a Flutter project, you need to install the Android Studio IDE and download the Flutter SDK and extract it to your local system.

➔ Open Android Studio and follow the steps below.

Flutter First Project.


flutter download

Select File -> New -> New Flutter Project


flutter download

Select Flutter and Flutter SDK path.


flutter download

Select Project Name with all small letter, for multiple words use underscore character.


flutter download

Click on Create.


flutter download

Select View -> Tool Windows -> Device Manager.


flutter download

Click play (run) icon on selected emulator in the device manager window.

flutter download

Run the project (main.dart file).

flutter download

After a while output will be shown in the emulator.