-
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