Run and compile the app

Step 1: Run Flutter Packages Get

  1. Once the project is loaded, open the terminal within Android Studio by selecting View > Tool Windows > Terminal.

  2. Run the following command to fetch the dependencies:

    flutter pub get

Step 2: Run Your Flutter Project

  1. Make sure you have a connected device or an emulator running.

  2. In the top toolbar, select your target device from the device dropdown.

  3. Click the Run button (green play icon) to build and run your Flutter project.