listview_infinite_pagination 0.0.16 copy "listview_infinite_pagination: ^0.0.16" to clipboard
listview_infinite_pagination: ^0.0.16 copied to clipboard

A very lite Flutter Package infinite scroll listview with pagination

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add listview_infinite_pagination

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

dependencies:
  listview_infinite_pagination: ^0.0.16

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:listview_infinite_pagination/listview_infinite_pagination.dart';
6
likes
150
pub points
71%
popularity

Publisher

verified publisheramirhome.com

A very lite Flutter Package infinite scroll listview with pagination

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on listview_infinite_pagination