flutter_test_patterns 1.0.0
flutter_test_patterns: ^1.0.0 copied to clipboard
A helper package providing a toolbox of widget testing patterns.
1.0.0 #
- Stable release - Ready for production use
- Added Agent Skill support for Claude Code, Cursor, GitHub Copilot, Windsurf, and 39+ AI agents
- Enhanced documentation with comprehensive testing patterns guide
- Added badges for better visibility (Flutter, Dart, Testing, Golden Tests)
- Improved package structure and examples
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.