pager 0.0.3 copy "pager: ^0.0.3" to clipboard
pager: ^0.0.3 copied to clipboard

outdated

A widget that allows you to build a numerical pagination useful, for example, if you want to build a custom paged table.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pager

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

dependencies:
  pager: ^0.0.3

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:pager/pager.dart';
22
likes
0
pub points
88%
popularity

Publisher

unverified uploader

A widget that allows you to build a numerical pagination useful, for example, if you want to build a custom paged table.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pager