flutter_ripple_animation 0.0.3 copy "flutter_ripple_animation: ^0.0.3" to clipboard
flutter_ripple_animation: ^0.0.3 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,
),

https://github.com/Shadil-rayeen/ripple_animation/assets/84621229/be491005-2c5f-4761-9e7f-0750309ae498

https://github.com/Shadil-rayeen/ripple_animation/assets/84621229/37405a38-4a07-435f-97ca-9122fd4df2b5

3
likes
130
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

a ripple animation for flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_ripple_animation