paged_filter_list library

This library provides a list with with pagination and filtering.

Classes

Page
Pagination information.
PagedList<T>
List of items with information whether there could be even more items.
PagedListFilterBloc<T, F>
A list BLoC with pagination and filtering.
PagedListFilterRepository<T, F>
PagedListFilterRepository extends PagedListRepository with filtering capabilities.