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