pagination_list_view 1.0.2 copy "pagination_list_view: ^1.0.2" to clipboard
pagination_list_view: ^1.0.2 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.2

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';
6
likes
160
points
15
downloads

Documentation

API reference

Publisher

verified publisherdhananjayafernando.online

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pagination_list_view