bloc_small 2.1.2
bloc_small: ^2.1.2 copied to clipboard
An easy-to-use Flutter package offering a streamlined BLoC pattern implementation for intuitive and efficient state management in Flutter apps.
Changelog #
2.1.2 #
- Hotfix
BlocContextextension for BlocProvider and BlocListener
2.1.1 #
- Reorganized and consolidated exports into a single file
- Improved package organization and maintainability
- Removed separate export files for third-party packages
- Added clear export grouping with documentation
- Add logs navigator and type key
2.1.0 #
Breaking Changes #
- Renamed
BasePageStatetoBaseBlocPageStatefor better clarity
Features #
- Added Cubit implementation with counter example
- Added
BaseCubitPageStatefor Cubit pattern support - Added error handling with
cubitCatch - Added loading state integration for Cubits
- Improved class naming consistency
Documentation #
- Updated README with Cubit usage section
- Added comparison between BLoC and Cubit patterns
- Added new examples for both BLoC and Cubit approaches
- Added migration guide for existing code
Migration Guide #
- Replace
BasePageStatewithBaseBlocPageState - Consider using Cubit for simpler features
- Update imports to use new class names
1.1.0 #
- add sample code
- upgrade flutter
- update readme
- update api reactive subject