-
Alt/⌥ + ⏎ : Wrap Widget into Common Widgets
-
Ctrl / ⌘ + s : Hot Reload
- Always check flutter installation on a new device:
⮕ flutter doctor -v
- To ensure everything is working,
- create a new empty project:
⮕ flutter create <project-name>
- Then go into the <project-name> directory in Android Studio or VS code and run the project main.dart file.
- create a new empty project: