arbinex_bottom_bar 0.1.3
arbinex_bottom_bar: ^0.1.3 copied to clipboard
A customizable Flutter bottom navigation bar with a center action button, notch controls, spacing controls, and multiline label support.
0.1.3 #
- Added configurable top border support with
showTopBorder,topBorderColor, andtopBorderWidth.
0.1.2 #
- Improved center action hit-area handling for lifted/floating center buttons.
- Added optional
onTap,onLongPress, andbehaviorsupport toBottomActionBarCenterItem.
0.1.1 #
- Reduced the README preview image size for a cleaner pub.dev package page.
0.1.0 #
- Initial public release.
- Added
ArbinexBottomBaras the main public widget. - Added support for center action buttons with notch controls.
- Added multiline label support with configurable overflow behavior.
- Added safe area, bottom inset, and item spacing controls.
- Added automatic height calculation when
heightis not provided.