Visual Studio Code
IDE for creating the flutter project
Tap ctrl + shift + P to get access to the functionalities.
For making a project, you have to put
>Flutter: new projectTo select a device and emulate, you have to put
>Flutter: select deviceTo order the code
shift+ alt + FTo rename something
F2To save release in android (TERMINAL) flutter run
flutter install --releaseTo save release on folder (TERMINAL)
flutter build apk
Last updated