flutter_beacon_widget_extension 0.1.1
flutter_beacon_widget_extension: ^0.1.1 copied to clipboard
Automatic E2E UI map for Flutter. Auto-detects interactive widgets with ValueKey and generates *.beacon.dart files so AI tools (Maestro + Claude) can write stable E2E flows.
0.1.0 #
- Initial release.
BeaconBuilder—build_runnergenerator that scans source files and outputs*.beacon.dartalongside each presentation file.- Auto-detects 50+ native Flutter interactive widgets (GestureDetector, InkWell, TextField, ListView, Switch, ElevatedButton, PageView, etc.) by their
ValueKey. BeaconWidget— wraps any custom widget with a stableValueKeyfor Maestro targeting.@Beaconannotation — screen-level documentation on Widget classes.- Three-tier heuristic type inference: native catalog →
BeaconWidget→ PascalCase class name. BeaconInfo.maestroHint— pre-built Maestro YAML snippets for each detected action.