glovex_liquid_ui 1.1.0
glovex_liquid_ui: ^1.1.0 copied to clipboard
A liquid-glass inspired Flutter UI kit with reusable widgets for production apps.
1.1.0 #
- Added router-ready bottom nav constructor:
LiquidBottomNavScaffold.router(...). - Reduced GoRouter shell boilerplate by supporting direct
routerChildintegration. - Exposed bottom nav style controls at scaffold level:
navHeight,navMargin,navActiveColor,navInactiveColornavAnimationDuration,navBorderRadius,navActivatorRadius
- Improved README bottom-navigation docs with clearer sections:
- Without Router
- With GoRouter (recommended for starter apps)
- Updated GoRouter README example to use
LiquidBottomNavScaffold.router(...). - Added widget test coverage for router constructor rendering.
1.0.0 #
- Added bottom navigation system:
LiquidGlassBottomNavBarLiquidBottomNavScaffold- GoRouter helpers in
liquid_nav_go_router.dart
- Added responsive foundation:
LiquidResponsive,LiquidResponsiveBuilderLiquidResponsiveTokensand centralized adaptive valuesBuildContextresponsive extensions and text scaling helpers
- Redesigned
LiquidGlassCardwith richer liquid-glass visuals:- layered blur and highlights
- custom asymmetric liquid border painter
- enhanced depth shadows
- Updated major widgets to use
LiquidGlassCardinternally for a consistent visual system. - Fixed unbounded layout crash (
Stack requires bounded constraints) by hardeningLiquidGlassSurface. - Expanded example app with tabbed bottom-nav demo (Home/Profile/Settings).
- Reworked README with improved structure and API quick reference tables.
- Updated package branding and metadata to
glovex_liquid_ui.
0.1.0 #
- Initial release with 20 liquid-glass widgets.
- Added shared glass surface foundation.
- Added demo example app.