andomie_pagination 1.1.1
andomie_pagination: ^1.1.1 copied to clipboard
The Pagination class provides functionality for managing pagination state and data retrieval in Flutter apps. It allows for easy loading of data in chunks, handling of scroll events, and notifying whe [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add andomie_pagination
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
andomie_pagination: ^1.1.1
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:andomie_pagination/flutter_pagination.dart';
import 'package:andomie_pagination/pagination.dart';