scrolled_pagination 1.4.1
scrolled_pagination: ^1.4.1 copied to clipboard
A reusable MVC-style infinite-scroll pagination toolkit for Flutter with multiple providers (Future/Stream/sync), page or cursor-based pagination, reach-end state, item operations, batch transactions, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add scrolled_paginationWith Flutter:
$ flutter pub add scrolled_paginationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
scrolled_pagination: ^1.4.1Alternatively, 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';