scrolled_pagination 1.8.0 copy "scrolled_pagination: ^1.8.0" to clipboard
scrolled_pagination: ^1.8.0 copied to clipboard

A reusable Flutter infinite-scroll pagination toolkit with Future, Stream, sync, page, and cursor providers, plus builders, selection, sorting, realtime merging, BLoC bindings, scroll-to-index support [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scrolled_pagination

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

dependencies:
  scrolled_pagination: ^1.8.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:scrolled_pagination/scrolled_pagination.dart';
1
likes
140
points
46
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter infinite-scroll pagination toolkit with Future, Stream, sync, page, and cursor providers, plus builders, selection, sorting, realtime merging, BLoC bindings, scroll-to-index support, and mixed sliver feeds.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, flutter, rxdart, scrollview_observer

More

Packages that depend on scrolled_pagination