pagination_controller 0.1.1+1
pagination_controller: ^0.1.1+1 copied to clipboard
The `pagination_controller` package provides an abstract and reusable pagination logic for Flutter applications. It supports different pagination methods such as offset-based and page-based pagination [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pagination_controllerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pagination_controller: ^0.1.1+1Alternatively, 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:pagination_controller/pagination_controller.dart';