Skip to content

Releases: jagritjkh/animation_wrappers

v2.0.0 Major Update

21 Jul 21:14
Compare
Choose a tag to compare
  • 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

21 Jul 21:13
Compare
Choose a tag to compare
  • Now, child is changes to required named parameter for animation wrappers
  • update: example

v0.0.4

17 Mar 21:27
Compare
Choose a tag to compare

Add textStyle, margin and borderRadius properties in animatedTextBottomBar.
Make text and image property as required in BottomBarItem.

v0.0.3

17 Mar 21:27
Compare
Choose a tag to compare

Added activeColor and inactiveColor property to bottom bar item.

v0.0.2 null safety

17 Mar 10:36
Compare
Choose a tag to compare

Package migrated to null safety and file faded_transition_animation.dart renamed to faded_slide_animation.dart