liquid_glass_bottom_nav 0.0.9
liquid_glass_bottom_nav: ^0.0.9 copied to clipboard
A beautiful, liquid frosted-glass floating bottom navigation bar for Flutter.
0.0.8 #
- Add
ownLayerparam toLiquidGlassContainer— whenfalse, the container joins a parentLiquidGlassLayerinstead of creating its own layer, reducing N shader passes to 1 for grouped cards. - Add
backgroundColorparam toLiquidGlassContainer— true opaque solid fill inside the glass shape, independent of theglassColorshader tint. Enables iOS-native-style solid-color glass containers. - Add
saturationandthicknessparams toLiquidGlassContainer— previously hardcoded, now fully customizable for vibrancy and refraction tuning. - Export
LiquidGlassLayerandLiquidGlassSettingsfrom the main library entry point. - Add
LiquidGlassRenderScope.maybeOf(BuildContext)for safe scope detection. - Nav bar light mode: active bubble indicator now uses
activeColortint instead of white, making it visible against the white capsule background. - Nav bar light mode: capsule
glassColoralpha increased to 0.76 andblursettled at 1 for clean vibrant white appearance without fogging.
0.0.7 #
- Add
LiquidGlassBackButton— floating frosted-glass back button with chevron icon, touch glow viaGlassGlow, and press scale feedback. Falls back to plainIconButtonon non-Impeller targets. - Tune glass settings for stronger liquid glass refraction: higher
thickness(32), lowerblur(1), reducedglassColoropacity — applies to both nav bar and back button.
0.0.6 #
- Add demo GIF placeholder to README — drop
assets/demo.gifto activate. - Wire
assets/directory for hosting demo media.
0.0.5 #
- Add
example/app with interactive demos: dark/light mode toggle, 3/4/5 tab selector, active color picker, icon size slider, and legacy fallback toggle. - Add
CLAUDE.mdandAGENTS.mdwith commit convention, renderer performance rules, and workflow guidelines.
0.0.4 #
- Add
iconSizeparam to control icon size across all tabs (default: 22). - Add
labelStyleparam for custom label typography, merged overbodySmall. Color always follows active/inactive color. - Add
iconWidgettoLiquidGlassNavItemfor custom icon widgets (SVG, asset, painter). Takes priority overicon; wrapped inIconThemefor automatic color inheritance. - Make
iconoptional inLiquidGlassNavItem— required only wheniconWidgetis not provided. - Fix held bubble capsule clipping outside leftmost/rightmost tab boundaries during drag.
- Rewrite README with full API reference, usage examples, and Impeller setup instructions.
0.0.3 #
- Embed
liquid_glass_rendererinternally for zero-dependency usage. - Add physics-based squish and stretch animations that react smoothly to drag velocity.
0.0.2 #
- Update metadata and prepare for initial release.
0.0.1 #
- Initial release of liquid_glass_bottom_nav.