paged_list library
Classes
-
PagedList<
T> - List of items with information whether there could be even more items.
-
PagedListBloc<
T> - A list BLoC with pagination but without filtering.
-
PagedListRepository<
T> - PagedListRepository allows to retrieve items using the pagination.
Exceptions / Errors
- PageNotFoundException
- Exception thrown when page with given number doesn't exist.