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 true;
RipplesAnimation(
reverse:true
color: Colors.green,
size:70,
),