cursor_pagination 1.0.0 copy "cursor_pagination: ^1.0.0" to clipboard
cursor_pagination: ^1.0.0 copied to clipboard

A flexible cursor-based pagination library for Flutter with full generic type support. Works with ChangeNotifier, BLoC/Cubit, and supports any cursor type.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cursor_pagination

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cursor_pagination: ^1.0.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:cursor_pagination/cursor_pagination.dart';
5
likes
150
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible cursor-based pagination library for Flutter with full generic type support. Works with ChangeNotifier, BLoC/Cubit, and supports any cursor type.

Repository (GitHub)
View/report issues

Topics

#pagination #cursor #infinite-scroll #flutter #bloc

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on cursor_pagination