Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

60 lines (40 loc) · 1.9 KB

1.0.3

  • Fixed #25
  • Fixed #26
  • Fixed #27
  • Added topMargin to set margin from top.
  • Added circleMargin to set margin of circle.
  • Merged #24

1.0.2

1.0.1

  • Added bottomBarHeight to set height to bottom nav bar.
  • Added notchGradient to set gradients to notch.
  • Added support for remove corner radius by setting showTopRadius & showBottomRadius to false.
  • Added elevation to provide elevation to bottom nav bar.
  • Readme updates.
  • add functionality to change icon size and bottom corner radius
  • user can give gradiant color to the notch button

1.0.0

  • Dependency of PageController has been removed.
  • Now manage animation through by adding NotchBottomBarController.
  • Fixed #5, #6 ,#8.
  • Added support for remove margins by setting removeMargins to true.
  • Added durationInMilliSeconds to provide duration of notch animation.
  • Added bottomBarWidth to provide width to bottom nav bar for web and desktop apps.
  • Increased tap area of icons.

Breaking Changes

  • NotchBottomBarController must be provided to the AnimatedNotchBottomBar in notchBottomBarController parameter.
  • pageController has been removed.

0.0.6

  • Code cleaning and Typo updates.

0.0.5

  • Notch Color Support.

0.0.4

  • Readme updates.

0.0.3

  • Readme updates.

0.0.2

  • Readme updates.

0.0.1

  • initial release.