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

A Flutter package for paginating a list view from network or local storage

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paging
copied to clipboard

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

dependencies:
  paging: ^0.1.0
copied to clipboard

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:paging/paging.dart';
copied to clipboard
26
likes
40
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

A Flutter package for paginating a list view from network or local storage

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on paging