What problem does it solve? Flutter developers often misuse glassmorphism effects, causing readability issues and frame-rate drops from excessive backdrop blur. This Skill provides a component catalog, usage rules, and performance guidelines for applying frosted glass UI correctly. ## Core Features & Use Cases - Component Catalog: Reference implementations for GlassAppBar, GlassCard, GlassButton, GlassFloatingActionButton, GlassModal, GlassBadge, and GlassContainer with blur intensity options. - Usage Rules: Clear guidance on when glass effects are appropriate (navigation bars, modals, premium cards) versus when to use solid alternatives (forms, lists, body text). - Performance Guidelines: Blur sigma levels from subtle (3) to extreme (25), with rules like limiting visible glass elements to 3-4 and avoiding blur on ListView items. - Use Case: When building a premium product page in the OrignaGTA Flutter app, use this Skill to add a GlassAppBar and GlassCard hero section without degrading scroll performance. ## Quick Start Add a frosted glass app bar and a glass card for the featured product section using the glassmorphism components.