flutter_pagination_widget 0.1.0 copy "flutter_pagination_widget: ^0.1.0" to clipboard
flutter_pagination_widget: ^0.1.0 copied to clipboard

A lightweight, responsive, and fully customizable pagination widget for Flutter. Easily integrate pagination controls into your mobile, web, or desktop apps without relying on external dependencies. S [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_pagination_widget

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

dependencies:
  flutter_pagination_widget: ^0.1.0

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:flutter_pagination_widget/flutter_pagination_widget.dart';
2
likes
140
points
79
downloads

Documentation

API reference

Publisher

verified publisherappifyhaven.website

Weekly Downloads

A lightweight, responsive, and fully customizable pagination widget for Flutter. Easily integrate pagination controls into your mobile, web, or desktop apps without relying on external dependencies. Supports page navigation with Previous/Next buttons, dynamic page numbers, ellipses (...), page size selector, jump to page, and first/last page navigation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_pagination_widget