glass_mt 1.0.0 copy "glass_mt: ^1.0.0" to clipboard
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 releaseglass_mt 1.0.0.
  • Merged all glassmorphism widgets from glass_mt_ui into glass_mt (single package).
  • Removed deprecated elevation from GlassmorphicCard; fixed GlassmorphicListTile.shape to LiquidShape?.
  • Added comprehensive tests: 150+ widget, unit, and theme tests.
  • Added LiquidGlassSettings.figma() constructor.
  • Updated uses-material-design: true in 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_ui package into glass_mt — all glassmorphism widgets now available from package:glass_mt/glass_mt.dart.
  • Liquid Glass (shader‑based, Impeller only) #

    • Core liquid glass rendering engine using GLSL fragment shaders.
    • LiquidGlass and LiquidGlass.auto widgets for applying the effect to any widget tree.
    • LiquidGlassLayer for full‑screen glass overlay with backdrop group support.
    • LiquidGlassBlendGroup for compositing multiple glass layers.
    • FakeGlass fallback renderer for platforms without Impeller support.
    • GlassGlow / GlassGlowLayer for interactive touch glow effects.
    • GlassShadow for rendering shadows matching the glass shape.
    • LiquidStretch for interactive press‑and‑stretch effects.
    • LiquidShape API with LiquidRoundedRectangle, LiquidRoundedSuperellipse, and LiquidCircle.
    • LiquidGlassSettings for 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.
2
likes
140
points
36
downloads

Documentation

API reference

Publisher

verified publisheridris-ghamid.linkpc.net

Weekly Downloads

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://pub.dev/packages/liquid_glass_renderer).

Homepage
Repository (GitHub)
View/report issues

Topics

#liquid-glass #glassmorphism #glass #shaders #ui

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

equatable, flutter, flutter_shaders, logging, meta, motor

More

Packages that depend on glass_mt