rive_pull_to_refresh 1.0.0 copy "rive_pull_to_refresh: ^1.0.0" to clipboard
rive_pull_to_refresh: ^1.0.0 copied to clipboard

A custom refresh indicator with Rive, Image, Gif...

rive_pull_to_refresh #

Intro #

  • A custom refresh indicator with Rive, Image, GIF...
  • Integrate rive quickly
  • Provides callbacks for the pull-to-refresh action:
    • value when the client pulls down, pulls up.
      • stop scrolling
      • close header ...
  • Customize + floating, header mode
    • percent resize to activate refresh
      • Duration, Cuver
      • ...

Wanrning #

  • You must know a little bit of rive. If not you can use the existing rive files in the example(can't edit color from the Flutter side).

Flutter Side #

1. Depend on it #

Add this to your package's pubspec.yaml file:

rive_pull_to_refresh: ^1.0.0

2. Install it #

You can install packages from the command line:
with dart:

dart pub get

with Flutter:

flutter pub get

3. Import it #

import 'package:rive_pull_to_refresh/rive_pull_to_refresh.dart';

Rive Side #

Check editor Rive to know State Machine and Inputs here

Example use rive file from: #

JcToon : community
Drawsgood : community
RiveExamples : community
Thank all.

Support the package(optional) #

If you find this package useful.
You can support it by giving it a thumbs up or buy me a coffee.
Thank you !
Donate Donate
12
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A custom refresh indicator with Rive, Image, Gif...

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, rive

More

Packages that depend on rive_pull_to_refresh

Packages that implement rive_pull_to_refresh