flutter_animate 4.5.2
flutter_animate: ^4.5.2 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.
4.5.0 - 2024-01-31 #
Changed #
- include
ShaderEffectin export by default - use
AnimatedSamplerfromflutter_shaderspackage (versus copying it in)
4.3.0 - 2023-09-21 #
Added #
AlignEffect- animate alignmenttransformHitTestsonScaleEffectandRotateEffectEffectList- build lists of effects with the chained API
Changed #
- fix to properly support
FollowPathEffect.rotate - made extension method types less ambiguous
- fixed total animation duration when using
ThenEffect - updated to use super initializers
- other minor fixes / doc updates
4.2.0 - 2023-06-19 #
4.1.0 - 2023-02-13 #
4.0.0 - 2023-02-13 #
Added #
CrossfadeEffect- cross fades in a new widgetAdapter.direction- optionally update in only one direction
Changed #
- major refactor of
Adapter - fix issue with adapters generating errors on disposed
Animateinstances - improve smoothing for
Adapter.animated - improve adapter examples
- changed
ThenEffectfunctionality to establish a new baseline time - cleaned up tests & added tests for new effects
3.1.0 - 2023-01-30 #
3.0.0 - 2023-01-19 #
Changed #
- reorganize
libfolder to follow dart guidance - cleanup of documentation to improve consistency
- renamed
test_viewtoplayground_view
2.2.0 - 2023-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



