flutter_animation_plus 0.0.1 copy "flutter_animation_plus: ^0.0.1" to clipboard
flutter_animation_plus: ^0.0.1 copied to clipboard

The flutter_animation_plus package provides a collection of versatile animation widgets designed to enhance the Flutter application's visual appeal and interactivity. With over 15+ unique animation op [...]

flutter_animation_plus Package #

Overview #

The flutter_animation_plus package provides a collection of versatile animation widgets designed to enhance the Flutter application's visual appeal and interactivity. With over 15+ unique animation options, developers can easily integrate dynamic effects into their UI elements.

Installation #

To use flutter_animation_plus in your Flutter project, add the following dependency to your pubspec.yaml file:

dependencies:
  flutter_animation_plus: ^0.0.1

Example 1: #

FadingAnimation(
  duration: const Duration(seconds: 1),
  repeat: false,
  child: Text(
    "Fading Animation",
    style: TextStyle(fontSize: 25),
  ),
);

Example 2: #

FlipAnimation(
  duration: const Duration(seconds: 1),
  repeat: false,
  child: Text(
    "Flip Animation",
    style: TextStyle(fontSize: 25),
  ),
);

Animation Widgets #

BlobAnimation #

Create blob-like distortions with smooth transitions.

BouncingAnimation #

Add bouncing effects to your UI elements.

DistortionAnimation #

Distort UI elements for a unique visual effect.

FadingAnimation #

Create smooth fading transitions.

FlipAnimation #

Flip UI elements with a rotating animation.

GlitchAnimation #

Introduce glitch effects to your UI.

KaleidoscopeAnimation #

Create kaleidoscopic visual effects.

LiquidSwipeAnimation #

Mimic liquid-like transitions between UI elements.

MorphingAnimation #

Transform UI elements with smooth morphing effects.

PulsingAnimation #

Add pulsating effects to your UI.

RippleAnimation #

Create ripple effects for interactive UI elements.

RotationAnimation #

Rotate UI elements smoothly.

ScalingAnimation #

Scale UI elements with smooth animations.

ShakingAnimation #

Add shaking effects to UI elements.

SlidingAnimation #

Slide UI elements smoothly across the screen.

TwistingAnimation #

Twist UI elements for a dynamic appearance.

WigglingAnimation #

Add wiggling effects to UI elements.

ZoomingAnimation #

Zoom in and out of UI elements smoothly.

Conclusion #

The flutter_animation_plus package offers a wide range of animation widgets to bring life and interactivity to your Flutter applications. Choose from various effects to create captivating user experiences effortlessly.

3
likes
0
points
97
downloads

Publisher

verified publisherzamaappsstudio.com

Weekly Downloads

The flutter_animation_plus package provides a collection of versatile animation widgets designed to enhance the Flutter application's visual appeal and interactivity. With over 15+ unique animation options, developers can easily integrate dynamic effects into their UI elements.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_animation_plus