liquid_navbar 2.0.7
liquid_navbar: ^2.0.7 copied to clipboard
A customizable liquid-glass floating navbar with draggable indicator and parallax pages.
2.0.7 #
- BREAKING/IMPROVEMENT: Removed dependency on
flutter_screenutil. - Now uses standard Flutter
MediaQueryand logical pixels for responsiveness. - Fixed issue where users were forced to use ScreenUtil in their apps.
- Updated documentation to reflect these changes.
2.0.5 #
- BREAKING: Changed
iconsparameter fromList<IconData>toList<Widget>to support any widget as an icon. - BREAKING: Changed
iconparameter inNavbarItemWidgetfromIconDatatoWidget. - Added
selectedColorandunselectedColorparameters toNavbarWidgetfor better customization. - Fixed late initialization error using Riverpod
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