danahartweg / flutter_bloc_list_manager

Extension to flutter_bloc that handles the underlying logic to filter and search list view data dynamically.
https://medium.com/flutter-community/building-a-package-to-manage-lists-with-flutter-bloc-7197e2dd7811
MIT License
15 stars 1 forks source link

Create additional filter options #5

Closed danahartweg closed 4 years ago

danahartweg commented 4 years ago

Right now, active filter conditions are additive. Meaning they will match items that match any of the active conditions. We should consider adding an option to allow active filter conditions to narrow the results instead.