Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.03 KB

README.md

File metadata and controls

27 lines (22 loc) · 2.03 KB

Things to read to get started

Notes

Commands

  • create new app flutter create <app name>
  • run app flutter run (better to do this from within vs code and use f5 (debug mode))