smooth_transition 1.0.5 copy "smooth_transition: ^1.0.5" to clipboard
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
  • Fixed minor typos in documentation
  • Enhanced package description for better pub.dev display
  • General cleanup of example app and code formatting
2
likes
0
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and customizable Flutter package for smooth page transition animations, including fade, slide, and scale effects. Easy to use with Navigator.push().

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smooth_transition