First Step: (Download git)
First of all you need to do is to download git.You can get link from the official site of flutter.
But here we are providing you link of official website to download the git.
https://git-scm.com/download/win
Use the above link to download git for the flutter development. And intall it as simple just clicking next and finish stuff.
Second Step: (Download Flutter SDK)
Second step is to download the flutter software development kit (SDK). Here i am providing you link to download the flutter SDK
.
https://flutter.dev/docs/get-started/install/windows
you will get a Zip file from this link .now you have to extract the zip file.
3rd Step:(Set Enverionment Variable)
Now you have to setup the envoinment variable.
1)Right Click on the PC icon open the properties .
2)Choose the Advance system settings.
3)Now you will see button Enverionment variable. click it you will see window like given below .
4)Now select the path as shown in image.and click Edit button.
5)Now go to the floder where you have extracted flutter sdk open flutter folder now open bin folder
now you have to copy the path of this folder.
e,g D:\Flutter\bin
6)Now go Back to Environment vriable window.
7)Now click on New and add that link here e.g D:\Flutter\bin and press ok.
4th Step:( Test Installment)
You are almost done Now open the Command prompt and type flutter.
if you are getting such result then congrats you are done with the flutter environment setup.
5th Step IDE:(Visual Studio Code / Android Studio)
I will recommend you to download the visual code which is very fast and easy to use .
Here is link to download the visual code.
https://code.visualstudio.com/download
**************************Now Its Time To Code****************************
No comments:
Post a Comment