cupertino_liquid_glass 0.3.0
cupertino_liquid_glass: ^0.3.0 copied to clipboard
A Flutter widget that replicates Apple's iOS Liquid Glass blur and translucency design language with native-feel BackdropFilter effects, dynamic light/dark theme support, and ProMotion-optimized performance.
0.3.0 #
- Sliding Fluid Interaction: Added spring physics and velocity-based stretching to the bottom bar.
- Visual Overhaul: Implemented edge lighting, inner shadows, and microscopic noise grain.
- LiquidGlassBloom: New widget for soft colored glows (bloom effects).
- Performance: Optimized rendering with CustomPainter and RepaintBoundary.
0.2.0 #
- Edge Lighting: Gradient border with
edgeLightColor/edgeShadowColorreplacing flatborderColor— simulates directional light catching the glass edge. - Inner Shadow: Carved-glass depth effect via
innerShadowColorandinnerShadowBlurRadius. - Noise Grain Overlay: Microscopic texture controlled by
noiseOpacityto prevent banding. - Vibrancy / Saturation Boost:
vibrancyIntensityoverlay that perceptually enhances blurred backdrop colors. - LiquidGlassBloom: New widget for soft colored glow behind child elements (active tab bloom).
- CupertinoLiquidGlassBottomBar: Active tab now renders bloom glow automatically.
- CupertinoLiquidGlass: Added
glowColor/glowRadiusfor whole-surface bloom. - Multi-layer rendering via
CustomPainterwith efficientshouldRepaintguards.
0.1.0 #
- Initial release.
CupertinoLiquidGlass— core widget with real-time backdrop blur, specular highlight, and dynamic theme support.LiquidGlassThemeData— light and dark presets matching iOS system materials, withcopyWithandlerpsupport.CupertinoLiquidGlassNavBar— floating frosted-glass navigation bar with safe-area handling.CupertinoLiquidGlassBottomBar— floating frosted-glass tab bar with safe-area handling.RepaintBoundaryoptimization for smooth 120 Hz ProMotion performance.