Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 683 Bytes

File metadata and controls

23 lines (19 loc) · 683 Bytes

ripple_animation

Simple and highly customizable ripple animation for any flutter app!

Getting Started

Easy to use, just place the RippleAnimation widget whereever you want.

RippleAnimation(
  repeat: false,
  color: Colors.blue,
  minRadius: 100,
  ripplesCount: 6,
  child: Container()
),

More

See example folder to see more about RippleAnimation usage.