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

Convert to stateful widgets #7

Open danahartweg opened 4 years ago

danahartweg commented 4 years ago

The main ListManager won't respond to any data changes right now. If you need to dynamically update filter properties or change the source bloc, you're unable to.

This basically just adds a ton of flexibility in the long run.