- Fixed #25
- Fixed #26
- Fixed #27
- Added
topMargin
to set margin from top. - Added
circleMargin
to set margin of circle. - Merged #24
- Fixed #21
- 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
- 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.
NotchBottomBarController
must be provided to theAnimatedNotchBottomBar
innotchBottomBarController
parameter.pageController
has been removed.
- Code cleaning and Typo updates.
- Notch Color Support.
- Readme updates.
- Readme updates.
- Readme updates.
- initial release.