scrolled_pagination 1.9.0
scrolled_pagination: ^1.9.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, eight builders, hasReachedEnd, item + batch ops, key-b [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scrolled_paginationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scrolled_pagination: ^1.9.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:scrolled_pagination/scrolled_pagination.dart';