Releases: jagritjkh/animation_wrappers
Releases · jagritjkh/animation_wrappers
v2.0.0 Major Update
-
Breaking Change
-
In FadedSlideAnimation
- change: durationInMilliseconds to fadeDuration and of type Duration
- change: slideDurationInMilliseconds to slideDuration and of type Duration
- rename: curve to fadeCurve
-
In FadedScaleAnimation
- change: durationInMilliseconds to fadeDuration and of type Duration
- rename: curve to fadeCurve
-
In AnimatedTextBottomBar
- remove: activeColor from BottomBarItem and add: selectedItemColor to AnimatedTextBottomBar
- remove: inactiveColor from BottomBarItem and add: unselectedItemColor to AnimatedTextBottomBar
-
-
In AnimatedTextBottomBar
- add: elevation
- add: backgroundColor
- add: shadowColor
- add: selectedItemBorderRadius
- add: padding
- add: key
- add: iconData in BottomBarItem
- fix: margin and padding issues
-
In FadedScaleAnimation
- add: scaleDuration
- add: scaleCurve
- add: alignment for scale animation
-
change: directory name of AnimatedBottomNavigationBars to animated_bottom_navigation_bars
-
change: directory name of Animations to animations
-
update: documentation
-
add: fade animation (NEW)
-
add: scale animation (NEW)
-
add: textDirection in FadedSlideAnimation
-
make: text nullable
-
migrate: example to null safety
-
update: example with animated text bottom bar and newly added animation wrappers
v1.0.0
v0.0.4
v0.0.3
v0.0.2 null safety
Package migrated to null safety and file faded_transition_animation.dart renamed to faded_slide_animation.dart