modest_pagination 0.0.1+1 copy "modest_pagination: ^0.0.1+1" to clipboard
modest_pagination: ^0.0.1+1 copied to clipboard

Attempt at modularizing my own pagination. It is a simple to use pagination component (that most suites my needs and may fit into your needs too)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modest_pagination

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  modest_pagination: ^0.0.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:modest_pagination/modest_pagination.dart';
4
likes
120
pub points
49%
popularity

Publisher

verified publisheriamngoni.co.zw

Attempt at modularizing my own pagination. It is a simple to use pagination component (that most suites my needs and may fit into your needs too)

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, handy_extensions

More

Packages that depend on modest_pagination