> For the complete documentation index, see [llms.txt](https://docs.booms.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.booms.live/import-and-install-app/run-and-compile-the-app.md).

# 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:

   ```bash
   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.
