pagify 0.2.7 copy "pagify: ^0.2.7" to clipboard
pagify: ^0.2.7 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.7

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
149
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

More

Packages that depend on pagify