cool_animation_flutter 0.0.4
cool_animation_flutter: ^0.0.4 copied to clipboard
A Flutter package for easy and concise animations. Supports direction, delay, sequential animations, and visibility-based triggers.
0.0.4 #
- Added
ScaleBounceanimation widget - Organized source code into feature-based subdirectories (
animations,builders) - Updated README with animation GIFs and centered layout
- Improved package metadata for better pub.dev score
0.0.3 #
- Fixed pub.dev score issues (English metadata)
- Added bilingual README support (English & Korean)
0.0.2 #
- Improved package metadata (expanded description, standardized example structure)
- Fixed package name and links in README.md
- Added standard Flutter example app
0.0.1 #
- Initial release of SlideFadeIn widget
- Provided buildSequentialAnimations helper function
- Supported 8 slide directions
- Added visibility-based animation trigger feature