flutter_animate 3.0.0
flutter_animate: ^3.0.0 copied to clipboard
Add beautiful animated effects & builders in Flutter, via an easy, customizable, unified API.
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.
3.0.0 - 2022-01-19 #
Changed #
- reorganize
libfolder to follow dart guidance - cleanup of documentation to improve consistency
- renamed
test_viewtoplayground_view
2.2.0 - 2022-01-15 #
2.1.0 - 2022-12-24 #
Added #
Animate.targetfor declarative animationBoxShadowEffect- animateBoxShadowElevationEffect- animate elevation shadowsAnimate.restartOnHotReloadstatic property
Changed #
- fixed issues with low value blurs on web
- fixed errors with 0 sized gradients in ShimmerEffect
- removed optimizations that modify the display list
2.0.0 - 2022-10-23 #
Added #
- effects now use "smart" parameters. See README: Other Effect Parameters
- effects now expose default param values as static fields
FlipEffect(2.5d card flip)loopextension toAnimationController- support for non-uniform blurs in
BlurEffect animatedproperty for all adapterstransformHitTestparam onMoveEffect- first set of automated tests
Changed #
- changes to some effect extension methods (ex.
move) to be more consistent - fix for
BlurEffecton the web with low sigma values - exposed some effects' utility methods as static methods
- changed
SwapEffect.buildermethod signature to have a non-nullable child - minor documentation improvements and small fixes
Removed #
unblurextension method. UseblurXYwith abeginvalue instead
1.0.0 - 2022-08-18 #
0.3.0 - 2022-06-20 #
0.2.0 - 2022-06-17 #
Added #
- Adapters: Drive animations from external sources (scrolling, notifiers, etc)
ShakeEffect: translation and/or rotation based shaking effectSaturateEffect: Color saturation effect (ex. animate to grayscale)TintEffect: Animated color tint
Changed #
- Fix issue with
Animatedelay returning after dispose - Improved example
0.1.0 - 2022-05-29 #
Added #
ShimmerEffect: can do a variety of gradient effects, including load shimmersThenEffect: simplifies sequencing effects by calculating a new inheritable delay
Changed #
onInit&onCompleteare now propagated to all children ofAnimateList- improved documentation
Animatedelay is now separate from the animation and only runs once- Effect is now an empty effect instead of an abstract class
- Updated example
- Fixed an issue with property inheritance through multiple effects



