flutternaut 0.0.6
flutternaut: ^0.0.6 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.6 — 2026-04-10 #
- Add
topicsto pubspec.yaml for pub.dev discoverability. - Add pub version and license badges to README.
- Add dates to all CHANGELOG entries.
- Add example/README.md with link to getting started guide.
- Clarify
@FlutternautViewis optional with no runtime effect.
0.0.5 — 2026-04-08 #
- Document
@FlutternautViewannotation usage in README. - Fix stale semantics documentation — update constructors table and
excludeSemanticsbehavior.
0.0.4 — 2026-04-08 #
- 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 — 2026-03-28 #
- Update installation steps with generator CLI setup.
0.0.2 — 2026-03-20 #
- Fix homepage link.
0.0.1 — 2026-03-10 #
- Initial release.
- Semantics wrapper widget with named constructors for common UI patterns.
- Optional
descriptionparameter for AI test authoring metadata.