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';
13
likes
140
pub points
84%
popularity

Publisher

verified publishermibus-app.com.ar

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, visibility_detector

More

Packages that depend on paginated_list