0% found this document useful (0 votes)
9 views

Flutter and Android Studio Installation Guide

The document provides a step-by-step guide for installing Flutter and Android Studio. It includes instructions for downloading the Flutter SDK, setting up the environment variables, and fulfilling the Android toolchain requirements. Additionally, it outlines the process for installing the Flutter plugin in Android Studio.

Uploaded by

Punya Nair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Flutter and Android Studio Installation Guide

The document provides a step-by-step guide for installing Flutter and Android Studio. It includes instructions for downloading the Flutter SDK, setting up the environment variables, and fulfilling the Android toolchain requirements. Additionally, it outlines the process for installing the Flutter plugin in Android Studio.

Uploaded by

Punya Nair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

INSTALLATION OF FLUTTER

1)Visit website: https://docs.flutter.dev/get-started/install

2)Click on Windows:

3)Click on Android:

4)Make sure the device meets the below hardware requirements:

5)Scroll down to “Install the Flutter SDK” and click on download and install:
6)Create a directory/folder in Local disk C named “flutter”:

7)Inside the flutter folder create another folder named “src”:


8)Extract the downloaded zip file(from the website) to the directory location
created above (OS(C:)>Flutter>src):

9)Navigate to the flutter directory >then to src folder>flutter folder>bin


folder:
10)Open the bin folder, type cmd in the address bar, and press Enter to
launch the Command Prompt there:
Adress bar

11)Run the command flutter doctor to verify weather flutter is installed or


not:
12)Copy the path of the bin folder and add it to the environment variables so
that the flutter is recognised everywhere:

Copy this
path

Click on edit
Click on New
and add the path
of the bin folder
INSTALLATION OF ANDROID STUDIO

1)Visit website: https://developer.android.com/studio


2)Download Android Studio:

3)Installation can be referred to from the video:


https://youtu.be/DM783YA0vbc?si=Usfwfa7er15ADd_r
4)To fulfill the Android toolchain requirement:

1)Click on
Android SDK
2)Click on SDK
Tools
3)Click on the
box of Android
SDK Command
line tools(latest)
4)Click on the
Apply button
below
5)To fulfill the Android License requirement:

Run the below command:

Tap on “y” and accept all the followed by questions:

6)To install the Flutter plugin in Android Studio:

You might also like