voo_navigation_bar 0.1.3
voo_navigation_bar: ^0.1.3 copied to clipboard
Bottom navigation bar components for Flutter - part of the voo_navigation package ecosystem.
0.1.3 #
0.1.2 #
Fixed #
- Floating Bottom Navigation Theme: Fixed hardcoded
Colors.blackbackground- Now uses
context.floatingNavBackground(surfaceContainerHighest) from theme - Properly adapts to light and dark mode
- Now uses
- Floating Nav Item Colors: Fixed hardcoded
Colors.whiteicons- Selected: Uses
theme.colorScheme.primary - Unselected: Uses
theme.colorScheme.onSurfacewith 50% opacity - Proper theme awareness for light/dark mode support
- Selected: Uses
Improved #
- Design System Tokens: Bottom navigation components now use
VooNavigationTokensVooCustomNavigationItem- Simplified selection state to match drawer/rail (removed heavy border and shadow)VooFloatingNavItem- Uses standardized icon sizes
- Modernized Appearance: Updated border radius to 8dp for consistency
Dependencies #
- Updated
voo_navigation_coreto ^0.1.4
0.1.1 #
Fixed #
- Updated to be compatible with
voo_navigation_core0.1.1 simplified theme API - Removed dependency on deprecated theme properties (
VooNavigationBarType,VooNavigationPreset,containerBorderRadius,preset,blurSigma,surfaceOpacity, etc.)
0.1.0 #
Added #
- Initial release - extracted from voo_navigation package
- VooAdaptiveBottomNavigation: Main bottom navigation organism
- Supports Material 2, Material 3, and custom styles
- Adaptive badge display
- Floating mode support
- VooFloatingBottomNavigation: Modern floating bottom navigation bar
- VooMaterial3NavigationBar: Material 3 compliant navigation bar
- VooMaterial2BottomNavigation: Material 2 style bottom navigation
- VooCustomNavigationBar: Custom styled navigation bar
- VooCustomNavigationItem: Custom navigation item component
- VooNavigationDropdown: Dropdown component for expandable items