flutter_ripple_animation 0.0.2 copy "flutter_ripple_animation: ^0.0.2" to clipboard
flutter_ripple_animation: ^0.0.2 copied to clipboard

a ripple animation for flutter

Create a versatile ripple animation plugin that can be used for audio calls, video calls, or any scenario where you want to display such an animation.

Features #

  • Easy Customization: Effortlessly customize the animation to suit your requirements. Tailor the animation duration, speed, and intensity to achieve the desired visual effect.

  • Flexible Size Control: Define the size of the ripple animation according to your needs. Specify the width and height to ensure a perfect fit within your application's UI.

  • Color Personalization: Personalize the ripple animation by specifying your preferred color scheme. Select from a wide range of colors to match your app's branding or theme.

  • Reversible Animation: Enjoy the flexibility of reversible animations. Choose to play the ripple animation forward or in reverse, allowing for enhanced visual dynamics and creativity.

Getting started #

import package

import 'package:packages/packages.dart';

Usage #

 RipplesAnimation(
      color: Colors.green,
      size:70,
),

to use the animation in reverse use flag reverse to false;

 RipplesAnimation(
      reverse:false
      color: Colors.green,
      size:70,
),
3
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

a ripple animation for flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_ripple_animation