awesome_ripple_animation 0.5.8 awesome_ripple_animation: ^0.5.8 copied to clipboard
Simple and customizable ripple animation for flutter app! Check out our preview gifs for a view of what simple ripple animation can do.
Use the package manager pub to install rippleanimation.
Features #
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
RippleAnimation(
repeat: true,
color: Colors.blue,
minRadius: 90,
ripplesCount: 6,
child: Container()
Mobile view
Desktop View
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.