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