💎 Glassmorphism Plus

pub package likes

A high-performance, customizable Glassmorphism library for Flutter. Create stunning modern UIs with realistic "Frosted Glass" effects and optimized backdrop filtering.


📸 Showcase

Profile UI Dashboard Security Panel

✨ Why "Plus"?

Most glassmorphism implementations in Flutter suffer from high CPU usage and "flat" visuals. Glassmorphism Plus solves this:

  • 🚀 Optimized Rendering: Built to handle BackdropFilter efficiently to maintain 60 FPS.
  • 🎨 Depth Simulation: Uses unique dual-layer gradients to simulate light refraction on the edges.
  • ⚙️ Fully Adaptive: Easily tweak blur intensity, opacity, and color to match any theme.

🛠 Features

  • Realistic Blur: Smooth frosted effect using ImageFilter.blur.
  • Gradient Borders: High-control styling for that "glass edge" look.
  • Clip-Safe: Handles ClipRRect logic automatically—no jagged edges.
  • Versatile: Perfect for cards, nav bars, and glass panels.

🚀 Getting Started

Add the dependency to your pubspec.yaml:

dependencies:
  glass_morphism_plus: ^1.0.0

Libraries

glass_morphism_plus
A high-performance library for creating Glassmorphism effects in Flutter.