number_pagination 1.0.6 copy "number_pagination: ^1.0.6" to clipboard
number_pagination: ^1.0.6 copied to clipboard

Pagination using numbers, similar to the classic web-style pagination. Explore pages by numbers, not infinite scrolling!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add number_pagination

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

dependencies:
  number_pagination: ^1.0.6

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:number_pagination/number_pagination.dart';
48
likes
140
pub points
91%
popularity
screenshot

Publisher

verified publisherblogdeveloperspot.blogspot.com

Pagination using numbers, similar to the classic web-style pagination. Explore pages by numbers, not infinite scrolling!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on number_pagination