Import project
After making sure that Flutter is installed and updated in your computer.
Step 1: Open Android Studio
Launch Android Studio on your computer.
Step 2: Open a Dative Project
In the Android Studio welcome screen, click on Open.
Navigate to the directory where you extracted your purchased
boom_vx_x_x.zip
Flutter project is located.Select the root folder of your project (this folder should contain the
pubspec.yaml
file).Click OK to open the project.
Step 3: Install Flutter and Dart Plugins
If you haven't already installed the Flutter and Dart plugins, you will be prompted to do so.
Go to File > Settings (or Android Studio > Preferences on macOS).
Select Plugins from the left sidebar.
In the Marketplace tab, search for Flutter.
Click Install next to the Flutter plugin.
You will also be prompted to install the Dart plugin; click Install.
Restart Android Studio to activate the plugins.
Step 4: Configure Flutter SDK
After reopening Android Studio, it may prompt you to configure the Flutter SDK path.
Click Configure and then SDK Manager.
In the left sidebar, select Flutter.
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.
Click Apply and then OK.
Last updated