transition_easy 1.0.0
transition_easy: ^1.0.0 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 [...]
Sure, here's a sample CHANGELOG for the EasyTransition library:
Changelog #
All notable changes to this project will be documented in this file.
released #
Added #
- Support for different types of page route transitions.
- Support for dialog route transitions.
1.0.0 - 2023-07-27 #
Added #
- Initial release of EasyTransition 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.
Please note that this is just a sample CHANGELOG and you should update it with actual changes and version numbers based on your project's development and releases.