Getting Started (Build & Run)

Follow below steps to build and run your application.

  1. Go to the Files in android studio open settings
  2. In settings there is Plugin option is available click on that and add Flutter Plugin.
  3. If you don't have any flutter projects click on files -> new-> new Flutter Projects And if you have flutter project then click on Files-> open-> “select path of your Project”.
  4. Get Dependencies
  5. Open pubspec.yml file from project and click on pub get
  6. Build and Run App
    • You can run applications using command and using Android Studio toolbar.
    • Open the terminal and run command :- Flutter run using this command you can run the project .
    • For hot reload press ctrl + r and for hot restart press ctrl + shift + r in terminal.