animation_wrappers
Animation Wrapper widgets, just wrap the child to be animated with this wrapper widget and that child will be animated.
3.0.0
2.4K downloads/mo
#388 most downloaded on pub.dev
jagritjkh/animation_wrappers
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 3 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
8 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Mar 2021 to Jul 2021Releases
latest 8-
3.0.027 Jul 2021Release notes
Open source →- Breaking Change
- Removed AnimatedTextBottomBar (you can now use animated_button_bars package for it).
- update: example
- Breaking Change
-
2.0.021 Jul 2021Release notes
Open source →-
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
Release notes
Open source →-
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
-
-
1.0.004 Jul 2021Release notes
Open source →- Now, child is changes to required named parameter for animation wrappers
- update: example
Release notes
Open source →- Breaking Change
- Now, child is changes to required named parameter for animation wrappers
- update: example
-
0.0.528 Jun 2021 -
0.0.417 Mar 2021Release notes
Open source →Add textStyle, margin and borderRadius properties in animatedTextBottomBar.
Make text and image property as required in BottomBarItem.Release notes
Open source →- add textStyle, margin and borderRadius properties in animatedTextBottomBar
- make text and image property as required in BottomBarItem
-
0.0.317 Mar 2021 -
0.0.217 Mar 2021Release notes
Open source →Package migrated to null safety and file faded_transition_animation.dart renamed to faded_slide_animation.dart
Release notes
Open source →- Migrate to null safety.
- file faded_transition_animation is renamed to faded_slide_animation
-
0.0.106 Mar 2021Release notes
Open source →- Animation Wrapper widgets, just wrap the child to be animated with this wrapper widget and that child will be animated.