WidgetAnimated

Flutter Dart

A Flutter package that provides animated widget transitions based on specified positions. Easily animate widgets to slide in from different directions (e.g., top, bottom, left, right) with fade effects.


Features

  • Customizable Animations: Animate widgets to slide in from 8 different positions (AnimationPosition enum).
  • Fade Effect: Combine slide animations with a fade effect for smooth transitions.
  • Custom Duration: Control the duration of the animation.
  • Easy to Use: Just wrap your widget with WidgetAnimated and specify the fromPosition.

Installation

Add the following to your pubspec.yaml file:

dependencies:
  widgetanimated: ^0.0.2

Libraries

widgetanimated