liquid_navbar 2.0.7 copy "liquid_navbar: ^2.0.7" to clipboard
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 MediaQuery and 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 icons parameter from List<IconData> to List<Widget> to support any widget as an icon.
  • BREAKING: Changed icon parameter in NavbarItemWidget from IconData to Widget.
  • Added selectedColor and unselectedColor parameters to NavbarWidget for 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 widget
  • NavbarWidget - Navigation bar container
  • NavbarItemWidget - Individual navigation items
  • NavbarDraggableIndicator - Draggable liquid glass indicator
  • NavbarBackground - Glasomorphic background
  • NavbarProviders - State management
12
likes
160
points
432
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable liquid-glass floating navbar with draggable indicator and parallax pages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, liquid_glass_renderer

More

Packages that depend on liquid_navbar