bloc_suite 0.0.5
bloc_suite: ^0.0.5 copied to clipboard
Bloc Suite is a comprehensive package that extends the functionality of the Flutter Bloc library.
0.0.5 - Major Refactoring and Feature Expansion #
Breaking Changes #
- Discontinued
BlocState
class in favor of more flexible state management options
New Features #
- Added
take
transformer to limit the number of events processed - Added
distinct
transformer to automatically filter duplicate events - Enhanced documentation with interactive marble diagram links
Improvements #
- Optimized
BlocEventTransformer
implementations for better performance - Improved code documentation with detailed examples for each
BlocEventTransformer
0.0.2 - Update Documentation #
- add example and improve documation
0.0.1 - Initial release #
- First version of bloc_suite.