How to install Flutter in Visual Studio Code (VS Code) and run Android emulator Urdu | Hindi Part 1

preview_player
Показать описание


Step 3 : Setup Emulator Path :
3.1 : ~/Library/Android/sdk/emulator
3.2 : C:\Users\LENOVO\AppData\Local\Android\Sdk\emulator ( Note : replace Lenovo with your laptop or pc Username )

For Flutter check run Command : flutter doctor

step 4 : create folder and open folder in visual studio
step 5 : create flutter project and and for this run command
5.1 : first go selected folder ( cd secondapp )

step 6 : run command ( flutter create secondapp)

step 7 : select folder by running command ( cd secondapp) and run flutter command for emulator show project ( flutter run )
Рекомендации по теме
Комментарии
Автор

SIR PLEASE CONSIDER VISUAL STUDIO IS A DIFFERENT IDE FROM VISUAL STUDIO CODE

programmingchannel