liquid_navbar 2.0.2
liquid_navbar: ^2.0.2 copied to clipboard
A customizable liquid-glass floating navbar with draggable indicator and parallax pages.
2.0.2 #
- BREAKING: Changed
iconsparameter fromList<IconData>toList<Widget>to support any widget as an icon. - BREAKING: Changed
iconparameter inNavbarItemWidgetfromIconDatatoWidget. - Added
selectedColorandunselectedColorparameters toNavbarWidgetfor better customization.
2.0.0 #
- Renamed package to "LiquidGlass NavBar"
- Updated horizontal padding parameter to be optional
- Updated documentation and examples
0.0.1 #
Initial Release 🎉
Features #
- ✨ Liquid glass floating navigation bar with beautiful glasomorphic design
- 🎯 Draggable indicator that smoothly snaps to navigation items
- 🌊 Parallax page transitions for smooth navigation experience
- 📱 Fully responsive and adaptive layout
- 🎨 Highly customizable with support for custom colors, sizes, and spacing
- ⚡ Efficient state management using Riverpod
- 🔧 Modular architecture with reusable components
Components #
BottomNavScaffold- Main scaffold widgetNavbarWidget- Navigation bar containerNavbarItemWidget- Individual navigation itemsNavbarDraggableIndicator- Draggable liquid glass indicatorNavbarBackground- Glasomorphic backgroundNavbarProviders- State management