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