smooth_transition 1.0.5
smooth_transition: ^1.0.5 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.
1.0.5 #
- Updated README.md with:
- Added new transition types (
scaleFade,rotateScale,slideLeftFade,elasticScale,flip) - Improved examples and usage instructions
- Clarified descriptions for each transition
- Added new transition types (
- Fixed minor typos in documentation
- Enhanced package description for better pub.dev display
- General cleanup of example app and code formatting