easy_paging library
Classes
-
EasyPaging<
DataType, ItemType> - A flutter widget that convenient pagination.
-
EasyPagingState<
DataType, ItemType>
Typedefs
-
EasyPagingItemBuilder<
ItemType> = Widget Function(BuildContext context, int index, ItemType item) - Paging item builder.