custom_refresh_indicator 3.1.0 copy "custom_refresh_indicator: ^3.1.0" to clipboard
custom_refresh_indicator: ^3.1.0 copied to clipboard

Widget that makes it easy to implement a custom pull to refresh gesture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_refresh_indicator

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

dependencies:
  custom_refresh_indicator: ^3.1.0

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:custom_refresh_indicator/custom_refresh_indicator.dart';
673
likes
130
pub points
98%
popularity
screenshot

Publisher

verified publisherklyta.it

Widget that makes it easy to implement a custom pull to refresh gesture.

Repository (GitHub)
View/report issues

Topics

#widget #animation #pull-to-refresh #refresh-indicator #p2r

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com
www.buymeacoffee.com

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on custom_refresh_indicator