Flutter Installation
Today I download flutter and all the file require to execute the code . firstly i download the sdk file from https://developer.android.com/tools/releases/platform-tools
Then I download Android studio from Android Studio |https://developer.android.com › studio, Its feature of virtual Screen is absolutely cool and time saving .
Then I install the Dart sdk from https://dart.dev/get-dart and the require Plugin to setup the enviorment to run the Flutter Framework .
Create a folder on the desktop , open the commond prompt and write the command — flutter doctor
to check every important files are downloaded or not . it will show how many requirment a re left to download
After , all the installation is done make a new project and paste the path of the sdk file into the android studio where it is asked for and we are ready to go !!!
Connect Android device
Overall you can use your Android device to run your code as a Avd Emulator . Just connect the USB cable to the PC and Activate the USB debugging from Developer option in the android . Then the VS Code will show the name to display the code given to the compiler
Subscribe to my newsletter
Read articles from Nitesh goyal directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by