Google’s free, open source, and cross-platform mobile app SDK. Some subcommands such as
pubhave their own usage documentation. More information: https://github.com/flutter/flutter/wiki/The-flutter-tool.
flutter create {{project_name}}
flutter doctor
flutter channel {{stable|beta|dev|master}}
flutter run -d all
flutter test {{test/example_test.dart}}
flutter build apk --target-platform {{android-arm}},{{android-arm64}}
flutter help {{command}}