Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 373 Bytes

File metadata and controls

16 lines (8 loc) · 373 Bytes

Cheatsheet

  • flutter doctor test if everything is fine with development workspace

  • flutter create project_name to create new flutter project

  • check for available devices via flutter devices

  • run the app on available device via flutter run

  • r during flutter run to hot reload
  • to run with debug and hot-reload enabled flutter run --profile