paginated_search 1.1.0
paginated_search: ^1.1.0 copied to clipboard
A packaged aimed at reducing the code needed to write search with pagination.
1.1.0 #
- Now you can use normal state notifiers with the paginated search (previously had to use autoDispose state notifiers)
- Updated paginated controller to have more functionalities (init, refresh, ...)
- Fixed bugs with search timer
- Did some refactoring
1.0.4 #
- Added helper for getting the last item from the controller
1.0.3 #
- Made the items field in BasePaginatedController public to make it compatible with firebase cursors
1.0.2 #
- now require a filter to be passed in
1.0.1 #
- Updated generic types of the paginated search state
1.0.0 #
- Initial release for paginated search