do_animate 1.0.0
do_animate: ^1.0.0 copied to clipboard
A comprehensive collection of beautiful, ready-to-use Flutter animations including fade, slide, bounce, rotate, shimmer, and more.
1.0.0 #
- Initial release
- Single unified widget API:
DoAnimateWidgetfor all animations - 14 animation types available through
AnimationTypeenum:fadeIn- Fade in effectslideFromLeft- Slide from leftslideFromRight- Slide from rightslideFromTop- Slide from topslideFromBottom- Slide from bottomscaleIn- Zoom/scale in effectblinking- Continuous blinking/pulsingbounce- Continuous bouncingrotate- Continuous rotationwave- Wave/floating effectpulse- Continuous scale pulsingshake- Shake effectshimmer- Shimmer loading effectfadeSlide- Combined fade and slide
- AnimationConfig for full customization (duration, curve, delay, and animation-specific properties)
- Preset configs:
AnimationConfig.fast(),.slow(),.bouncy() - Full documentation with examples
- Example app demonstrating all 14 animations
- Comprehensive test coverage