pagify 0.0.3 copy "pagify: ^0.0.3" to clipboard
pagify: ^0.0.3 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 Dart:

 $ dart pub add pagify

With Flutter:

 $ flutter pub add pagify

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

dependencies:
  pagify: ^0.0.3

Alternatively, your editor might support dart pub get or 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/easy_pagination.dart';
import 'package:pagify/generated/assets.dart';
import 'package:pagify/helpers/add_frame.dart';
import 'package:pagify/helpers/controller.dart';
import 'package:pagify/helpers/data_and_pagination_data.dart';
import 'package:pagify/helpers/errors.dart';
import 'package:pagify/helpers/message_utils.dart';
import 'package:pagify/helpers/scroll_controller.dart';
import 'package:pagify/helpers/status_stream.dart';
import 'package:pagify/pagination_with_reverse_and_status_stream.dart';
import 'package:pagify/reverse_pagination_provider.dart';
import 'package:pagify/widgets/pagination_helper_refresh_indicator.dart';
import 'package:pagify/widgets/text.dart';
15
likes
0
points
206
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, custom_refresh_indicator, dio, flutter, fluttertoast, http, lottie, rename

More

Packages that depend on pagify