pagination_view 2.0.0 copy "pagination_view: ^2.0.0" to clipboard
pagination_view: ^2.0.0 copied to clipboard

Flutter package to simplify pagination of list of items from the internet.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_view
copied to clipboard

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

dependencies:
  pagination_view: ^2.0.0
copied to clipboard

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:pagination_view/pagination_view.dart';
copied to clipboard
162
likes
140
points
912
downloads

Publisher

verified publishervedartm.com

Weekly Downloads

2024.09.15 - 2025.03.30

Flutter package to simplify pagination of list of items from the internet.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on pagination_view