flutter_keycheck 3.1.2
CLI tool for validating Flutter automation keys. Supports filtering, example folder scanning, and tracked key validation.
flutter_keycheck Example
This example demonstrates how to use the flutter_keycheck CLI tool to validate Flutter automation keys.
Files
expected_keys.yaml- Example keys configuration filesample_flutter_app/- Sample Flutter code with keysrun_example.sh- Script to run the validation
Usage
- Install the CLI tool:
dart pub global activate flutter_keycheck
- Run the validation:
flutter_keycheck --keys expected_keys.yaml --path sample_flutter_app --verbose
Expected Output
The tool will scan the sample Flutter app and report:
- ✅ Found keys and their locations
- ❌ Missing keys that need to be added
- 📦 Dependency status
- 🧪 Integration test setup status