endless_scroll_pagination 0.1.0-beta.2
endless_scroll_pagination: ^0.1.0-beta.2 copied to clipboard
A powerful Flutter package for endless scrolling with cursor-based pagination, pull-to-refresh, and customizable loading states.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add endless_scroll_paginationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
endless_scroll_pagination: ^0.1.0-beta.2Alternatively, 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:endless_scroll_pagination/endless_scroll_pagination.dart';