WidgetAnimated
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 (
AnimationPositionenum). - 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
WidgetAnimatedand specify thefromPosition.
Installation
Add the following to your pubspec.yaml file:
dependencies:
widgetanimated: ^0.0.2