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

Explore and migrate to Cubits where appropriate #16

Closed danahartweg closed 4 years ago

danahartweg commented 4 years ago

A lot of the blocs currently being used are quite simple, and could likely fit into the new Cubit structure offered by the bloc package instead of being actual blocs: https://pub.dev/packages/bloc#cubit