flutter_easy_paginate library

Classes

Paginate
A widget that provides automatic pagination by calling the onNextPage callback when the user scrolls near the bottom of the list.

Typedefs

FetchNextPage = Future<void> Function()
A type definition for the function that fetches the next page of data.