paginable 1.1.1 paginable: ^1.1.1 copied to clipboard
Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paginable
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
paginable: ^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:paginable/paginable.dart';