paginated_search 1.2.0 paginated_search: ^1.2.0 copied to clipboard
A packaged aimed at reducing the code needed to write search with pagination.
1.2.0 #
- Added sliver grid
- refactored some classes + code cleanup
- now we don't perform search if the previous filter equals the newly set filter
1.1.1 #
- changed the paginated controller requirement to be autoDispose again (You can keep the data with keepAlive)
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