Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 325 Bytes

Documentation Flutter Course

Quicky Commands

$ flutter create name_app && cd name_app
$ flutter run

Sometimes is necesary open simulator using this line for issue using visual studio code.

$ open -a Simulator

When ours app is running:

r: hot reload

R: hot restart

h: help