How to install flutter in windows | Flutter installation steps

Step No 1:

Go to https://flutter.dev/docs/get-started/install/windows and download flutter_windows_1.17.5-stable.zip file.






Step No 2:

Once downloaded, extract it in following directory: C:\src\flutter



Step No 3:

Run the file flutter_console.bat in C:\src\flutter directory after extraction.



Step No 4:

Execute the following command: flutter --version. This shows you flutter and dart version that's being installed on your system. But this is local call. Let's make it global.


Step No 5:

In start, type env. Open "Edit Environment Variables for Your Account". This opens up "Environment Variables" window. Open "PATH" varaible and put the following two locations in it: C:\Windows\System32;C:\src\flutter\bin; and save.



Step No 6:

Execute the following command in flutter console: flutter doctor.

Now you have a problem that you have no android feature......


Now go to this link for android stdio...


If you have any question regarding this, comment here i will give you answer soon.

Regards:
Usairem Ali


  


Comments

Popular posts from this blog

How to install Android Studio in windows | Android Studio installation steps

What is Programming? | What does programmers do? |Which languages are more popular in 2020? How to get a job as a computer programmer?