-
flutter create first_app
-
Open the project in
android studio
-
Click on
Install Dart Plugin
inandroid studio
-
Restart
android studio
and Open bottom right notification suggesstion, and clickconfigure plugin
hitok
-
Select the emulator of your choice and hit
play
at the top. -
flutter doctor
-
flutter run
-
Hit
r
on terminal tohot reload
-
Hit
h
on terminal tosee more options
In case your project build fails, Try running these commands in following order.
flutter pub cache clean
flutter clean
flutter pub get
flutter run