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.
Select File -> New -> New Flutter Project
Select Flutter and Flutter SDK path.
Select Project Name with all small letter, for multiple words use underscore character.
Click on Create.
Select View -> Tool Windows -> Device Manager.
Click play (run) icon on selected emulator in the device manager window.
Run the project (main.dart file).
After a while output will be shown in the emulator.