glovex_liquid_ui 1.0.0
glovex_liquid_ui: ^1.0.0 copied to clipboard
A liquid-glass inspired Flutter UI kit with reusable widgets for production apps.
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.