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

Update packages and migrate to null safety #24

Closed danahartweg closed 2 years ago

danahartweg commented 2 years ago

Everything should be using the latest bloc syntax as well as null safety. I also ran a formatting pass against the code to make sure things were as cleaned up as possible, especially since effective_dart is no longer a thing (replaced with flutter_lints).

Removed mockito as it was no longer needed, but if a testing library other than bloc_test is needed in the future, mocktail will be used instead.

Once this version is published, I'll also update the example file to match the latest conventions and package versions.

Will close #23

Changed