gamma_smart_pagination 1.0.5 copy "gamma_smart_pagination: ^1.0.5" to clipboard
gamma_smart_pagination: ^1.0.5 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.5

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';
7
likes
140
points
127
downloads

Publisher

verified publishergammatech.mk

Weekly Downloads

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