Table of Contents
![]() |
---|
Android Studio |
Install the Flutter and Dart plugins
![]() |
---|
Android Studio Plugins |
![]() |
---|
Android Studio Marketplace |
Validate your flutter setup using “flutter doctor command”.
Once flutter sdk and your android studio editor is up and running, To Create a new flutter project from the flutter starter app template follow the below steps
![]() |
---|
Android Studio - New Flutter Project |
![]() |
---|
Android Studio - Flutter Application |
Note : Make sure that the flutter sdk path is correct.
![]() |
---|
Configure Flutter Application |
Company Domain - enter your organization domain name, for example,
Package Name Format = “Organization Domain Name in Reverse Order” + “AppName”.
for example, com.example.test.flutterapp
Click Finish.
![]() |
---|
Set Package Name |
Wait for a couple of seconds and let android studio create the required files and folders in your project location.
![]() |
---|
Android Studio - Creating Flutter Project |
Android Studio will automatically load your flutter starter template app project.
![]() |
---|
Android Studio - Flutter App Android |