fancy_custom_navbar 0.0.2
fancy_custom_navbar: ^0.0.2 copied to clipboard
A beautiful custom bottom navigation bar with SVG support and concave dividers.
Changelog #
0.0.2 – 2025-11-16 #
Second release / bug fixes / new features
Features #
- Customizable bottom navigation bar for Flutter apps.
- Animated selection with inner container highlight.
- Support for SVG icons via
flutter_svgand standardIconData. - Concave separators between tabs for a modern look.
- Customizable colors for selected/unselected icons, inner and outer containers.
- Responsive layout that adapts to different screen sizes.
- Flexible labels: only shows text for the selected tab.
- Lightweight and easy to integrate into any Flutter project.
⚠️ Limitations #
- Maximum 4 items are supported across all devices.
- Long labels are not allowed (short labels recommended for best UI).