FLUTTER SETUP AND INSTALL

IF YOU HAVE A PC/LAPTOP:


STEPS:


2.Download Git.exe.(https://git-scm.com/download/)

3.Download Android Studio.(https://developer.android.com/studio)

4.Extract Flutter SDK Zip files to "C:\src\flutter".

5.Install Git.exe and Android Studio.

6.Right click on "THIS PC" go to > Properties > Advanced System Settings > Environment Variables > Select "Path" and click on "Edit" > Click on "New" then type "C:\src\flutter\flutter\bin".


7.To check flutter installed,open command prompt and then type "flutter --version".


8.In command prompt type "flutter doctor" to know any issues in entire installation.


9.If all installed no issues found except "Connected device",will see in the other page later. 

10.Fire-up Android Studio and go to > File > Settings > Plugin > Search for "flutter" install it along with dart. 

  

Comments

Back to Top