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: