bloc_toolkit 2.0.0-dev.2
bloc_toolkit: ^2.0.0-dev.2 copied to clipboard
A package that provides a set of tools for efficient and flexible state management using the Bloc pattern.
1.3.1 #
- Changes:
- Update changelogs
1.3.0 #
- Changes:
- Added the ability to submit data
- Added submitData method to DataBloc
- Added extensions for DataS
- Now Implementation of LoadData method is optional
1.2.0 #
- Deps:
- Upgrade to bloc ^9.0.0
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