- Added customizations options for text and background colors of the bottom navigation bar item as
activeBackgroundColor
,activeTextColor
. - Added support for
tooltipText
to show a tooltip when the item is long pressed.
- Added customizations options for the bottom navigation bar such as
shadowColor
,showElevation
,blurRadius
,spreadRadius
,shadowOffset
,borderRadius
, anditemPadding
. - Added
showInactiveTitle
param to enable titles of Inactive items. - Support for Flutter 3.0.0 and above.
- Stable Null Safety support
- Null Safety support
- Added Tests
- Added public API documentation
- Added
containerHeight
param to change the Navigation Bar height
- Added
curve
param to customize the item change's animation - Added
textAlign
property inBottomNavyBarItem
to change the alignment of the item title
- Added [mainAxisAlignment] property to align the items in the navigation bar
- Added [itemCornerRadius] property to change the active item's corner radius
- Added optional parameter animationDuration to BottomNavyBar
- Fixed issue, that selectedIndex has to be final in StatefulWidget
- BottomNavyBar changed to StatelessWidget
- Added assertion to prevent more than five items
- Fixed: Bar is too low at iPhone X(s/R)
- Fixed the width of the Bottom navigation bar
- Added support to hide/show appBar's elevation
- Fixed: Can't set default active item before Tap
- Animation duration set to 270 milliseconds && code improved.
- Icon now have default inactive color as the active color (bug fixed).
- Icon now have default inactive color as the active color.
- Full update & more improved.
- First stable version.
- Few updates.
- Initial beta release.