flutter-fix-and-verify - Daily Flutter green branch workflow automation
Runs Flutter pre-commit checks including pub get, dart fix/format, analyze, and tests
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run pub get
- execute dart fix
- apply code formatting
- run code analysis
- execute tests
- generate verification report
Inputs
- mode flag
- Flutter/Dart installation
- pubspec.yaml file
- git repository
- clean git tree
Outputs
- fix and verification report
- code formatting updates
- analyze results
- test results
Requirements
- Flutter/Dart installed
- pubspec.yaml present
- clean git tree for execute mode
