transition_easy 1.0.1
transition_easy: ^1.0.1 copied to clipboard
EasyTransition is a Flutter library that simplifies the implementation of custom transition animations for page routes and dialog routes. It provides an easy-to-use API for creating various transition [...]
Changelog #
All notable changes to this project will be documented in this file.
released #
[1.0.1] - 2023-07-27 #
- update it to TransitionEasy
1.0.0 - 2023-07-27 #
Added #
- Support for different types of page route transitions.
- Support for dialog route transitions.
Added #
- Initial release of TransitionEasy library.
- Support for slide right transition animation.
- Support for slide left transition animation.
- Support for slide top transition animation.
- Support for slide bottom transition animation.
- Support for fade-in transition animation.
- Support for rotate transition animation.
- Support for scale transition animation.
- Support for rotate-scale transition animation.
- Support for flip transition animation.
- Support for size transition animation.
- Support for bounce transition animation.
- Support for zigzag transition animation.
- Support for custom path transition animation.
Changed #
- Refactored the codebase to use an abstract class for custom transition animations.
- Updated documentation and README for the library.
Fixed #
- Minor bug fixes and improvements.