Install the Flutter SDK
Step 1: Download the installation bundle of the Flutter Software Development Kit for windows.
To download Flutter SDK, Go to its official website, click on Get started button, you will get
the following screen.
Step 2: Next, to download the latest Flutter SDK, click on the Windows icon. Here, you will find
the download link for SDK.
Step 3: When your download is complete, extract the zip file and place it in the desired
installation folder or location, for example, D: /Flutter.
Step 4: To run the Flutter command in regular windows console, you need to update the system
path to include the flutter bin directory. The following steps are required to do this:
Step 5: Go to MyComputer properties -> advanced tab -> environment variables. You will get
the following screen.
Step 6: Now, select path -> click on edit. The following screen appears.
Step 7: In the above window, click on New->write path of Flutter bin folder in variable value ->
ok -> ok -> ok.
Run the following command to check installation of flutter in cmd
Step 8: If installation is not done after the path setting then run the following command in the
flutter_console
Step 9: Now, run the $ flutter doctor command. This command checks for all the requirements
of Flutter app development and displays a report of the status of your Flutter installation.
Step 10: When you run the above command, it will analyze the system and show its report, as
shown in the below image. Here, you will find the details of all missing tools, which required to
run Flutter as well as the development tools that are available but not connected with the device.
Step 11: Install the Android SDK. If the flutter doctor command does not find the Android SDK
tool in your system, then you need first to install the Android Studio IDE. To install Android
Studio IDE, do the following steps.
Step 12: Download the latest Android Studio executable or zip file from the official site.
Step 13: When the download is complete, open the .exe file and run it. You will get the
following dialog box.
Step 14: Follow the steps of the installation wizard. Once the installation wizard completes, you
will get the following screen.
Step 15: In the above screen, click Next-> Finish. Once the Finish button is clicked, you need to
choose the 'Don't import Settings option’ and click OK. It will start the Android Studio.
Step 16:Setting flutter environment in android studio
Open Android Studio
Step 17: After the plugin installation the android studio will send you the dialogue box with the
restart IDE message so you need to restart the android studio
Step 18: Creating a new flutter project in an android studio
Now u can see the flutter path and then click on Next button to name the flutter project
Step 19: Next, you need to set up an Android emulator. It is responsible for running and testing
the Flutter application.
Step 20: To set an Android emulator, go to Android Studio > Tools > Android > AVD Manager
and select Create Virtual Device. Or, go to Help->Find Action->Type Emulator in the search box.
You will get the following screen.
Step 21: Choose your device definition and click on Next.
Step 22: Select the system image for the latest Android version and click on Next.
Step 23: Now, verify the AVD configuration. If it is correct, click on Finish. The following
screen appears.
Step 24: Last, click on the icon pointed into the red color rectangle. The Android emulator
displayed as below screen.