click_rive_animation 0.1.0-alpha copy "click_rive_animation: ^0.1.0-alpha" to clipboard
click_rive_animation: ^0.1.0-alpha copied to clipboard

Flutter package for clicking animation with the help of rive animation

Click Rive Animation #

Flutter package for clicking animation with the help of rive animation

Any help is appreciated! Comment, suggestions, issues, or PR's!


Goal #

The goal of this package is creating a click animation with the help of rive package.

Currently, it takes one animation to run.

Usage #

Just drop it in your pubspec.yaml

click_rive_animation: ^0.1.0-alpha

Make sure you have an animation in rive. No worries if you have none of that. In here, you can find good documentation about rive which help you create a good animation.

If you create animation from scratch with rive, make sure the animation mode is One-shot animation. Otherwise, choosing loop will make animation keep running.

Scaffold(
  backgroundColor: Colors.black,
  body: ClickRiveAnimation.asset(
    "assets/ripple.riv",
    animationName: "click_ripple",
    child: SizedBox(),
  ),
)

screenshot

Ideas are appreciated!

2
likes
150
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for clicking animation with the help of rive animation

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rive

More

Packages that depend on click_rive_animation