Simple and highly customizable ripple animation for any flutter app!
Easy to use, just place the RippleAnimation widget whereever you want.
RippleAnimation(
repeat: false,
color: Colors.blue,
minRadius: 100,
ripplesCount: 6,
child: Container()
),
See example folder to see more about RippleAnimation usage.