pagination_list_view 1.0.0 copy "pagination_list_view: ^1.0.0" to clipboard
pagination_list_view: ^1.0.0 copied to clipboard

A Flutter package providing a customizable ListView with built-in pagination, pull-to-refresh, and infinite scrolling capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_list_view

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

dependencies:
  pagination_list_view: ^1.0.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:pagination_list_view/pagination_list_view.dart';
5
likes
150
points
126
downloads

Publisher

verified publisherdhananjayafernando.online

Weekly Downloads

A Flutter package providing a customizable ListView with built-in pagination, pull-to-refresh, and infinite scrolling capabilities.

Topics

#listview #pagination #infinite-scroll #refresh #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pagination_list_view