paginated_list 1.2.3 copy "paginated_list: ^1.2.3" to clipboard
paginated_list: ^1.2.3 copied to clipboard

A Paginated List widget that displays a list of items using pagination.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paginated_list

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

dependencies:
  paginated_list: ^1.2.3

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:paginated_list/paginated_list.dart';
16
likes
160
points
1.19k
downloads

Publisher

verified publishermibus-app.com.ar

Weekly Downloads

A Paginated List widget that displays a list of items using pagination.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on paginated_list