animation_wrappers 1.0.0
animation_wrappers: ^1.0.0 copied to clipboard
Animation Wrapper widgets, just wrap the child to be animated with this wrapper widget and that child will be animated.
[1.0.0] - 2021-07-04 #
- Breaking Change
- Now, child is changes to required named parameter for animation wrappers
- update: example
[0.0.5] - 2021-06-28 #
- fix: slideDurationInMilliseconds is now assigned to the animation
[0.0.4] - 2021-03-18 #
- add textStyle, margin and borderRadius properties in animatedTextBottomBar
- make text and image property as required in BottomBarItem
[0.0.3] - 2021-03-18 #
- add activeColor and inactiveColor property to bottom bar item
[0.0.2] - 2021-03-17 #
- Migrate to null safety.
- file faded_transition_animation is renamed to faded_slide_animation
[0.0.1] - 2021-03-06 #
- Animation Wrapper widgets, just wrap the child to be animated with this wrapper widget and that child will be animated.