paginated_list library

Classes

PaginatedGrid<T>
A Paginated Grid widget that displays a grid of items in a scrollable container. The list can be scrolled horizontally or vertically. The grid can be infinite, meaning that it will request additional items as the user scrolls.
PaginatedList<T>
A Paginated List widget that displays a list of items in a scrollable container. The list can be scrolled horizontally or vertically. The list can be infinite, meaning that it will request additional items as the user scrolls.