bloc_toolkit 1.0.0
bloc_toolkit: ^1.0.0 copied to clipboard
A package that provides a set of tools for efficient and flexible state management using the Bloc pattern.
1.0.0 #
- Changes:
- Update docs.
- Release version
0.0.1-beta.5 #
- Changes:
- Removed unions.
0.0.1-beta.4 #
- New Features:
- Added
SelectBlocto manage item selection from a list.
- Added
0.0.1-beta.3 #
- New Features:
- Implemented
ListBlocto manage lists with filtering and sorting capabilities.
- Implemented
0.0.1-beta.2 #
-
New Features:
- Added data loading params.
- Added example project.
- Added extensions, union functions.
-
Improvements:
- Changed
ReloadingDataErrorSbehavior. - Changed
ReloadingDataSbehavior.
- Changed
-
Other Changes:
- Removed
ReloadingDataFinishedS. - Improved test coverage.
- Removed
0.0.1-beta.1 #
- New Features:
- Implemented
DataBlocfor efficient state management and data processing. This component supports loading, reloading, updating and initializing data, providing flexible and efficient state and data management in applications.
- Implemented