gamma_smart_pagination 1.0.6 copy "gamma_smart_pagination: ^1.0.6" to clipboard
gamma_smart_pagination: ^1.0.6 copied to clipboard

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gamma_smart_pagination

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

dependencies:
  gamma_smart_pagination: ^1.0.6

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:gamma_smart_pagination/gamma_smart_pagination.dart';
6
likes
140
pub points
53%
popularity

Publisher

verified publishergammatech.mk

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation

More

Packages that depend on gamma_smart_pagination