smooth_transition 1.0.4
smooth_transition: ^1.0.4 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.
1.0.4 #
- Added new transition effects:
scaleFade(scale + fade pop-in effect)rotateScale(rotate + scale together)slideLeftFade(slide + fade combined)elasticScale(bouncy scale with spring effect)flip(3D card flip animation)
- Improved documentation with detailed examples.
- Enhanced package description for pub.dev display.