hideable_bottom_bar 1.0.1
hideable_bottom_bar: ^1.0.1 copied to clipboard
Hideable Bottom Bar is a Flutter package that provides a customizable bottom bar widget, which can seamlessly hide below the screen for a sleek UI experience.
1.0.1 #
Readme update.
1.0.0 #
New Features: #
- Added a
showTooltipsproperty to enable tooltips on navigation items. - Introduced the
paddingproperty to customize padding around the bottom bar. - Changed the horizontalPadding to margin.
- Added new property cornerRadius.
- The
onIndexChangedcallback has been added to notify external state listeners when the selected index changes.
Improvements: #
- Enhanced the
_selectedItemBuilderto display both the icon and text with better layout styling. - Refined
_wrapWithTooltipto conditionally wrap widgets withTooltipbased on theshowTooltipsflag.
Behavior Updates: #
- The
onSelectedcallback now triggers state updates and works alongsideonIndexChanged.
0.0.1 #
Initial Open Source release.