scroll_pagination 0.1.0 copy "scroll_pagination: ^0.1.0" to clipboard
scroll_pagination: ^0.1.0 copied to clipboard

A wrapper to implement infinite pagination.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scroll_pagination

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

dependencies:
  scroll_pagination: ^0.1.0

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:scroll_pagination/infinite_paginated_scroll.dart';
0
likes
60
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper to implement infinite pagination.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, infinite_scroll_pagination, sliver_tools

More

Packages that depend on scroll_pagination