generic_bloc_listener 1.0.4
generic_bloc_listener: ^1.0.4 copied to clipboard
Generic BLoC listener widget with built-in state handling.
1.0.4 #
- Added screenshot in README.md
1.0.3 #
- Added
BuildContextparameter toonStateandbuildercallbacks - Updated all examples and tests to use the new callback signatures
- Improved documentation to reflect API changes
1.0.2 #
- Replaced
childparameter withbuilderfor more flexible widget building - Added state parameter to builder function for dynamic widget building
- Added comprehensive example application
- Updated documentation and test cases
1.0.1 #
- Added type parameter validation to ensure L, Su, and F are distinct types
- Improved error message for type validation
1.0.0 #
- Initial release.