simple_ripple_animation 0.0.1 simple_ripple_animation: ^0.0.1 copied to clipboard
A new Flutter package project.
#Simple Ripple Animation
Simple and customizable ripple animation for flutter app!
Installation #
Use the package manager pub to install rippleanimation.
Usage #
RippleAnimation(
repeat: false,
color: Colors.blue,
minRadius: 100,
ripplesCount: 6,
child: Container()
),
Preview #
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.