ripple-effect icon indicating copy to clipboard operation
ripple-effect copied to clipboard

2D water ripple effect for your flutter app

Results 2 ripple-effect issues
Sort by recently updated
recently updated
newest added

Example effect (ripple.js): https://youtu.be/AlKNJdMMCY8?t=12 Is that supported? If not, would it be a good fit for this package?

``` RippleEffect( pulsations: 2.4, dampening: .95, child: Container( height: 100, width: double.infinity, child: CachedNetworkImage( imageUrl: 'https://xxxx', fit: BoxFit.cover, placeholder: (ctx, url) => Center( // !!!