flutter_keycheck 1.0.6 copy "flutter_keycheck: ^1.0.6" to clipboard
flutter_keycheck: ^1.0.6 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 file
  • sample_flutter_app/ - Sample Flutter code with keys
  • run_example.sh - Script to run the validation

Usage #

  1. Install the CLI tool:
dart pub global activate flutter_keycheck
  1. 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
0
likes
160
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for verifying presence of ValueKey elements and test dependencies in Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, args, cli_util, glob, path, yaml

More

Packages that depend on flutter_keycheck