easy_scroll_pagination 1.1.0
easy_scroll_pagination: ^1.1.0 copied to clipboard
A flexible Flutter pagination controller supporting offset and cursor-based pagination with refresh, parallel API calls, and clean state management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_scroll_paginationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_scroll_pagination: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:easy_scroll_pagination/easy_scroll_pagination.dart';