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

Improve code coverage #14

Open danahartweg opened 4 years ago

danahartweg commented 4 years ago

We should either improve code coverage (introduced via #13), or find out where it makes sense to ignore files from code coverage (perhaps the main entry point). At the very least we need to understand where our current coverage percentage comes from.