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

A reusable, MVC-style infinite-scroll pagination toolkit for Flutter — one controller, many providers (Future/Stream/sync), page or cursor based, with seven builders, item ops, batch transactions, an [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scrolled_pagination

With Flutter:

 $ flutter pub add scrolled_pagination

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

dependencies:
  scrolled_pagination: ^1.3.0

Alternatively, your editor might support dart pub get or 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
0
points
55
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A reusable, MVC-style infinite-scroll pagination toolkit for Flutter — one controller, many providers (Future/Stream/sync), page or cursor based, with seven builders, item ops, batch transactions, an optional SortManager, key-based selection, diff-based row reuse, scroll actions, an optional focus manager, first-class bloc bindings (PaginationBloc / PaginationCubit) and a multi-section Sliver engine (ScrolledPaginationView) for mixed future / stream / hybrid list + grid feeds.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, flutter

More

Packages that depend on scrolled_pagination