flutter_bloc_list_manager 0.1.3 flutter_bloc_list_manager: ^0.1.3 copied to clipboard
Extension to flutter_bloc that handles the underlying logic to filter and search list view data dynamically.
[0.1.3] #
- Bumped
bloc
to^5.0.0
- Bumped
flutter_bloc
to^5.0.0
- Bumped
bloc_test
to^6.0.0
Updated bloc testing mechanisms to conform to the new whenListen
behavior that also stubs the state when called: https://github.com/felangel/bloc/pull/1133
[0.1.2] #
- Bumped
bloc
to^4.0.0
- Bumped
flutter_bloc
to^4.0.0
- Bumped
bloc_test
to^5.0.0
[0.1.1] #
Documentation updates.
[0.1.0] #
Initial package implementation and testing.
- Introduced
ListManager
- Introduced
FilterConditionsBloc
- Introduced
SearchQueryBloc
- Introduced
ItemListBloc
- Added
ItemClassWithAccessor
andItemSourceState
to manage state