animated_notch_bottom_bar 1.0.3
animated_notch_bottom_bar: ^1.0.3 copied to clipboard
This package helps you to achieve animated notch bottom navigation bar with any widget as children.
1.0.3 #
1.0.1 #
- Added
bottomBarHeightto set height to bottom nav bar. - Added
notchGradientto set gradients to notch. - Added support for remove corner radius by setting
showTopRadius&showBottomRadiusto false. - Added
elevationto 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
PageControllerhas been removed. - Now manage animation through by adding
NotchBottomBarController. - Fixed #5, #6 ,#8.
- Added support for remove margins by setting
removeMarginsto true. - Added
durationInMilliSecondsto provide duration of notch animation. - Added
bottomBarWidthto provide width to bottom nav bar for web and desktop apps. - Increased tap area of icons.
Breaking Changes #
NotchBottomBarControllermust be provided to theAnimatedNotchBottomBarinnotchBottomBarControllerparameter.pageControllerhas 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.