glass_morphism_plus 0.0.5
glass_morphism_plus: ^0.0.5 copied to clipboard
A high-performance, customizable Glassmorphism library for Flutter.
💎 Glassmorphism Plus #
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
BackdropFilterefficiently 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
ClipRRectlogic 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



