glass_mt 1.0.0
glass_mt: ^1.0.0 copied to clipboard
Liquid Glass + Glassmorphism for Flutter. Shader‑based Apple‑style liquid glass effects AND BackdropFilter‑based glassmorphism UI widgets in one package. Derived from liquid_glass_renderer (https://pu [...]
1.0.0 #
- Stable release —
glass_mt1.0.0. - Merged all glassmorphism widgets from
glass_mt_uiintoglass_mt(single package). - Removed deprecated
elevationfromGlassmorphicCard; fixedGlassmorphicListTile.shapetoLiquidShape?. - Added comprehensive tests: 150+ widget, unit, and theme tests.
- Added
LiquidGlassSettings.figma()constructor. - Updated
uses-material-design: truein pubspec.
0.1.0 #
- Initial prerelease of
glass_mt— combined Liquid Glass + Glassmorphism library for Flutter. - Created by Idris Ghamid · IDRISIUM Corp
- Derived from
liquid_glass_renderer— all original copyrights and licenses preserved. - Merges the former
glass_mt_uipackage intoglass_mt— all glassmorphism widgets now available frompackage:glass_mt/glass_mt.dart. -
Liquid Glass (shader‑based, Impeller only) #
- Core liquid glass rendering engine using GLSL fragment shaders.
LiquidGlassandLiquidGlass.autowidgets for applying the effect to any widget tree.LiquidGlassLayerfor full‑screen glass overlay with backdrop group support.LiquidGlassBlendGroupfor compositing multiple glass layers.FakeGlassfallback renderer for platforms without Impeller support.GlassGlow/GlassGlowLayerfor interactive touch glow effects.GlassShadowfor rendering shadows matching the glass shape.LiquidStretchfor interactive press‑and‑stretch effects.LiquidShapeAPI withLiquidRoundedRectangle,LiquidRoundedSuperellipse, andLiquidCircle.LiquidGlassSettingsfor fine‑grained control of refraction, dispersion, frost, light angle, and more.
-
Glassmorphism (BackdropFilter‑based, all platforms) #
GlassmorphicContainer— generic glass‑surface container with configurable blur, opacity, border, shape, and shadows.GlassmorphicCard— elevated glass card with optional header / footer.GlassmorphicAppBar— top navigation bar with glass effect.GlassmorphicBottomBar— bottom tab bar with pill‑shaped custom tab rendering.GlassmorphicDialog— modal dialog with glass backdrop.GlassmorphicListTile— list item with glass surface.GlassmorphicTextField— text input field wrapped in glass container.GlassmorphicTheme/GlassmorphicThemeData— theme provider for consistent glassmorphism defaults.