enhanced_pagination_view 1.2.0 copy "enhanced_pagination_view: ^1.2.0" to clipboard
enhanced_pagination_view: ^1.2.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 Dart:

 $ dart pub add enhanced_pagination_view

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 dart pub get):

dependencies:
  enhanced_pagination_view: ^1.2.0

Alternatively, your editor might support dart pub get or 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
0
points
425
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on enhanced_pagination_view