flutternaut 0.0.5
flutternaut: ^0.0.5 copied to clipboard
A concise Semantics wrapper for Flutter test automation. Provides named constructors for common UI patterns (buttons, inputs, text, list items, checkboxes).
0.0.5 #
- Document
@FlutternautViewannotation usage in README. - Fix stale semantics documentation — update constructors table and
excludeSemanticsbehavior.
0.0.4 #
- Add
@FlutternautViewannotation for grouping elements by view/screen. - View annotation propagates from StatefulWidget to its State class in the generator.
- Example app with 5 screens and test data covering all actions.
0.0.3 #
- Update installation steps with generator CLI setup.
0.0.2 #
- Fix homepage link.
0.0.1 #
- Initial release.
- Semantics wrapper widget with named constructors for common UI patterns.
- Optional
descriptionparameter for AI test authoring metadata.