enhanced_pagination_view 1.3.0
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_viewThis 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.0Alternatively, 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';