SDK livre e open source do Google para desenvolvimento de aplicativos mobile cross-platform. Mais informações: https://github.com/flutter/flutter/wiki/The-flutter-tool.
flutter help {{comando}}
flutter doctor
flutter channel {{stable|beta|dev|master}}
flutter run -d all
pubspec.yaml
:flutter pub get
flutter test {{test/example_test.dart}}
flutter build apk --target-platform {{android-arm}},{{android-arm64}}