Import project

After making sure that Flutter is installed and updated in your computer.

Step 1: Open Android Studio

  1. Launch Android Studio on your computer.

Step 2: Open a Dative Project

  1. In the Android Studio welcome screen, click on Open.

  2. Navigate to the directory where you extracted your purchased boom_vx_x_x.zip Flutter project is located.

  3. Select the root folder of your project (this folder should contain the pubspec.yaml file).

  4. Click OK to open the project.

Step 3: Install Flutter and Dart Plugins

  1. If you haven't already installed the Flutter and Dart plugins, you will be prompted to do so.

  2. Go to File > Settings (or Android Studio > Preferences on macOS).

  3. Select Plugins from the left sidebar.

  4. In the Marketplace tab, search for Flutter.

  5. Click Install next to the Flutter plugin.

  6. You will also be prompted to install the Dart plugin; click Install.

  7. Restart Android Studio to activate the plugins.

Step 4: Configure Flutter SDK

  1. After reopening Android Studio, it may prompt you to configure the Flutter SDK path.

  2. Click Configure and then SDK Manager.

  3. In the left sidebar, select Flutter.

  4. Click on ... to browse and select the path to your Flutter SDK directory.

    • If you don't have the Flutter SDK installed, you can download it from the official Flutter website.

  5. Click Apply and then OK.

Last updated