animated_cross_fade_plus 0.0.4
animated_cross_fade_plus: ^0.0.4 copied to clipboard
A Flutter package that provides an enhanced version of AnimatedCrossFade with support for multiple children and customizable animations.
Changelog #
0.0.4 #
- Added multiple transition types (fade, slide, scale, slideAndFade)
- Introduced separate enter and exit configurations
- Added TransitionConfig model for better animation control
- New transition direction control for slide animations
- Added size constraints and clipping options
- Improved autoplay handling
- Updated examples with new transition types
- Note: This version includes API changes from previous versions
0.0.3 #
- Updated readme file and added YouTube video demo
0.0.2 #
- Updated readme file to display example demo
0.0.1 #
- Initial release
- Support for multiple children with cross-fade animations
- Auto-play functionality
- Manual navigation controls
- Customizable animation duration and curve
- Callback support for animation completion