enhanced_pagination_view 1.3.0 copy "enhanced_pagination_view: ^1.3.0" to clipboard
enhanced_pagination_view: ^1.3.0 copied to clipboard

Powerful pagination package with O(1) item updates, dual mode support (infinite scroll + pagination buttons), and comprehensive state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add enhanced_pagination_view

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

dependencies:
  enhanced_pagination_view: ^1.3.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:enhanced_pagination_view/enhanced_pagination_view.dart';
2
likes
160
points
367
downloads

Publisher

verified publisherdevsloom.ca

Weekly Downloads

Powerful pagination package with O(1) item updates, dual mode support (infinite scroll + pagination buttons), and comprehensive state management.

Repository (GitHub)
View/report issues

Topics

#pagination #infinite-scroll #listview #ui #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on enhanced_pagination_view