flutter_custom_animations 1.0.0
flutter_custom_animations: ^1.0.0 copied to clipboard
A reusable Flutter animation framework providing customizable animation effects, animated widgets, page transitions, builders, and widget extensions.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-07-15 #
Added #
- Initial release of the
flutter_custom_animationsframework. - Animation Core: Animation configuration, Animation controller management, Animation lifecycle support.
- Animation Effects: Fade, Slide, Scale, Rotation, Bounce, Shake, Pulse, Flip, Blur, Zoom.
- Animation Builders: CustomAnimationBuilder, SequenceBuilder, StaggerBuilder, ChainBuilder, ParallelBuilder, EffectBuilder.
- Animated Widgets: AnimatedButton, AnimatedCard, AnimatedContainer, AnimatedDialog, AnimatedList, CustomAnimatedGrid, AnimatedDrawer, AnimatedImage, AnimatedText, AnimatedSearchBar, AnimatedBottomNavigationBar, AnimatedFab.
- Navigation Transitions: FadeRoute, SlideRoute, ScaleRoute, RotationRoute, ZoomRoute, HeroRoute, SharedAxisRoute, CupertinoRoute, MaterialMotionRoute.
- Widget Extensions:
.animate(),.fadeIn(),.slideIn(), etc., for syntactic sugar. - Comprehensive API documentation for all public components.
- Fully featured example application demonstrating all animation types, builders, transitions, and widgets.