flutter_fbi_test 0.1.6
flutter_fbi_test: ^0.1.6 copied to clipboard
Testing helpers for the Flutter FBI library (featureTest helper).
Changelog #
0.1.6 - 2025-09-01 #
- Docs: update README with API details and examples.
0.1.5 - 2025-09-01 #
- Align with flutter_fbi 1.5.1 (no RxDart). No API changes.
- Bump dependency to
flutter_fbi ^1.5.1
. - Docs cleanup.
0.1.3 - 2025-08-20 #
- Improve
featureTest
helper: separate state and side-effect assertions.
0.1.2 - 2025-08-20 #
- Bumped package to 0.1.2 and updated dependency to
flutter_fbi ^1.4.1
.
0.1.1 - 2025-08-20 #
- Bumped package to 0.1.1 and updated dependency to
flutter_fbi ^1.3.35
.
0.1.0 Initial #
- Initial release with
featureTest
helper.