custom_refresh_indicator 4.0.0-dev.2 copy "custom_refresh_indicator: ^4.0.0-dev.2" to clipboard
custom_refresh_indicator: ^4.0.0-dev.2 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
copied to clipboard

With Flutter:

 $ flutter pub add custom_refresh_indicator
copied to clipboard

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

dependencies:
  custom_refresh_indicator: ^4.0.0-dev.2
copied to clipboard

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';
copied to clipboard
868
likes
0
points
158k
downloads

Publisher

verified publisherklyta.it

Weekly Downloads

2024.07.06 - 2025.01.18

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