- Changes:
- Update docs.
- Release version
- Changes:
- Removed unions.
- New Features:
- Added
SelectBloc
to manage item selection from a list.
- Added
- New Features:
- Implemented
ListBloc
to manage lists with filtering and sorting capabilities.
- Implemented
-
New Features:
- Added data loading params.
- Added example project.
- Added extensions, union functions.
-
Improvements:
- Changed
ReloadingDataErrorS
behavior. - Changed
ReloadingDataS
behavior.
- Changed
-
Other Changes:
- Removed
ReloadingDataFinishedS
. - Improved test coverage.
- Removed
- New Features:
- Implemented
DataBloc
for 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