easy_scroll_pagination 1.1.0 copy "easy_scroll_pagination: ^1.1.0" to clipboard
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_pagination

This 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.0

Alternatively, 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';
2
likes
160
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter pagination controller supporting offset and cursor-based pagination with refresh, parallel API calls, and clean state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on easy_scroll_pagination