click_rive_animation

Creator: coderz1093

Last updated:

0 purchases

click_rive_animation Image
click_rive_animation Images

Languages

Categories

Add to Cart

Description:

click 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
copied to clipboard
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(),
),
)
copied to clipboard

Ideas are appreciated!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.