flutter_keycheck 1.0.6
flutter_keycheck: ^1.0.6 copied to clipboard
A CLI tool for verifying presence of ValueKey elements and test dependencies in Flutter projects.
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