flutter_test_patterns 0.1.0
flutter_test_patterns: ^0.1.0 copied to clipboard
A helper package providing a toolbox of widget testing patterns.
0.1.0 #
- Reduced Dart SDK constraint to
^3.5.0and Flutter SDK constraint to>=3.24.0. - Fixed minor lint issue in
flutter_test_patterns.dart.
0.0.2 #
- Fixed compilation error in
contract_runner.dart. - Added
exampleproject to demonstrate usage. - Added
flutter_test_patterns.dartfor convenient imports. - Improved linting results and pub.dev score.
0.0.1 #
- Initial release including interaction contracts, state matrix testing, and golden variant helpers.