pagify 0.2.4 copy "pagify: ^0.2.4" to clipboard
pagify: ^0.2.4 copied to clipboard

A flexible and customizable Flutter package for handling paginated data with minimal setup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagify

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

dependencies:
  pagify: ^0.2.4

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:pagify/pagify.dart';
15
likes
150
points
332
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible and customizable Flutter package for handling paginated data with minimal setup.

Repository (GitHub)
View/report issues

Topics

#pagination #lazyloading #wifi #network #api

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, http, lottie

More

Packages that depend on pagify