fancy_custom_navbar 0.0.4
fancy_custom_navbar: ^0.0.4 copied to clipboard
A beautiful custom bottom navigation bar with SVG support and concave dividers.
Changelog #
0.0.4 – 2025-11-29 #
Third 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.
Fixes #
- Improved animation transitions.
- Code cleanup and minor logic enhancements.
Limitations #
- Maximum 5 items supported.
- Short labels recommended for best UI.
- Not optimized for tablets / large screens.
0.0.3 – 2025-11-29 #
- Added support for up to 5 items.
- Minor improvements to layout structure.
0.0.2 – 2025-11-16 #
- Added support for up to 4 items.
- Minor improvements to layout structure.
0.0.1 #
- Initial release.