bloc_suite 0.0.7
bloc_suite: ^0.0.7 copied to clipboard
Bloc Suite is a comprehensive package that extends the functionality of the Flutter Bloc library.
Changelog #
0.0.6 Major π #
0.0.5 Major π #
π Upgrade to bloc_suite ^0.0.5 #
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