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 project

  • To select a device and emulate, you have to put >Flutter: select device

  • To order the code shift+ alt + F

  • To rename something F2

  • To save release in android (TERMINAL) flutter run flutter install --release

  • To save release on folder (TERMINAL) flutter build apk

Last updated