Boom Documentation
  • Get Started
  • Setup Mailgun
  • Firebase setup
  • Admob Setup
  • Facebook Login Setup
  • Parse Server Setup
    • Add Social Login
    • Deploy Cloud Code
  • Zegocloud Setup
  • Get Dative Core API key
  • Import and install app
    • Import project
    • Install the app
    • Setup zegocoud and Server
    • Run and compile the app
  • Update Branding
  • Customizations
Powered by GitBook
On this page
  • Step 1: Run Flutter Packages Get
  • Step 2: Run Your Flutter Project
  1. Import and install app

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.

PreviousSetup zegocoud and ServerNextUpdate Branding