To create flutter project
flutter create learningdart
Considering you have the required extensions installed:
You need to open VS code, then Ctrl + P, then write >
You can use the VS code with the flutter extension.
Also you can try https://flutterlab.io, you can integrate Github with this online tool.
flutter run
, It will open the flutter project in chrome or edge or window.
or flutter run --debug
🔥 To hot restart changes while running, press "r" or "R".
For a more detailed help message, press "h". To quit, press "q".