Saturday, April 24, 2021

Visual studio code settings for Flutter projects

 AutoSave option should be enabled,which will help while using auto reload or auto restart in flutter projects.


Files --> Auto Save


Extensions for flutter:

Dart (By DartCode)


To create a new project:

1. Ctrl+Shift+p will open command pallete, there you type in search field type "flutter" and in the drop down you will get "Flutter: New Project", select that.

2. Next, you type the project name and enter to create project.


Other project settings:

Install flutter from https://flutter.dev

and configure editor.

https://flutter.dev/docs/get-started/editor#androidstudio

Android Emulator: http://bit.ly/AndEmu

IOS Emulator: http://bit.ly/XcodSim


No comments:

Post a Comment