smooth_transition 1.0.7
smooth_transition: ^1.0.7 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
1.0.6 #
- Added 4 new transition effects:
zoomRotate– Rotates while zooming in/out (smooth cinematic effect)blurFade– Fades in with blurred background for a modern lookslideZoom– Slides in while zooming (perfect for card/detail transitions)fadeThrough– Material 3 style fade-through transition
- Added new
curveparameter to allow custom animation curves (default:Curves.easeInOut) - Improved code structure with
CurvedAnimationfor smoother control - Enhanced flexibility for developers to easily customize animation style and duration
- Optimized performance and visual consistency across all transitions
- Example usage for new transitions
1.0.7 #
- Fix README.md