smooth_transition 1.0.3
smooth_transition: ^1.0.3 copied to clipboard
A simple and customizable Flutter package for smooth page transition animations, including fade, slide, and scale effects. Easy to use with Navigator.push().
1.0.0 #
- Initial release.
- Supported transitions: fade, scale, rotate, slideLeft, slideRight, slideUp, slideDown.
1.0.1 #
- Fix Readme code
1.0.2 #
- Improved performance of
SmoothTransition. - Added support for reverse animation.
- Fixed bug with alignment in
Stack. - Updated example app with new usage.
1.0.3 #
- Fixed alert
- Updated example app with new usage.