ripple_animation 0.0.1+2 copy "ripple_animation: ^0.0.1+2" to clipboard
ripple_animation: ^0.0.1+2 copied to clipboard

Simple and highly customizable ripple animation for any flutter app!

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.

31
likes
40
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and highly customizable ripple animation for any flutter app!

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ripple_animation

Packages that implement ripple_animation