custom_refresh_indicator 3.1.0-dev.1 copy "custom_refresh_indicator: ^3.1.0-dev.1" to clipboard
custom_refresh_indicator: ^3.1.0-dev.1 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 Dart:

 $ dart pub add custom_refresh_indicator

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 dart pub get):

dependencies:
  custom_refresh_indicator: ^3.1.0-dev.1

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

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

Funding

Consider supporting this project:

www.paypal.com
www.buymeacoffee.com

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on custom_refresh_indicator