paginated_list 1.0.5 copy "paginated_list: ^1.0.5" to clipboard
paginated_list: ^1.0.5 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 Dart:

 $ dart pub add paginated_list

With Flutter:

 $ flutter pub add paginated_list

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

dependencies:
  paginated_list: ^1.0.5

Alternatively, your editor might support dart pub get or 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';
14
likes
0
pub points
86%
popularity

Publisher

verified publishermibus-app.com.ar

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, visibility_detector

More

Packages that depend on paginated_list