flutter_bloc_list_manager 0.1.4
flutter_bloc_list_manager: ^0.1.4 copied to clipboard
Extension to flutter_bloc that handles the underlying logic to filter and search list view data dynamically.
0.1.4 #
Adds boolean value support for automatic filter condition generation as well as while filtering the source list.
Closes https://github.com/danahartweg/flutter_bloc_list_manager/issues/8
0.1.3 #
- Bumped
blocto^5.0.0 - Bumped
flutter_blocto^5.0.0 - Bumped
bloc_testto^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
blocto^4.0.0 - Bumped
flutter_blocto^4.0.0 - Bumped
bloc_testto^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
ItemClassWithAccessorandItemSourceStateto manage state