glassmorphism icon indicating copy to clipboard operation
glassmorphism copied to clipboard

Glassmorphic UI Package For Flutter || UI ||

Results 4 glassmorphism issues
Sort by recently updated
recently updated
newest added

Made the width and height optional

Extra Small

I recently tested the Flutter package "glassmorphism" on several Android smartphones and noticed a problem. Instead of seeing a blurred effect, I get a slightly transparent gray/white background. This problem...

bug :- ![image](https://user-images.githubusercontent.com/97017317/219566543-a37395e8-e0ed-4c8b-b89a-c6af6604b4f5.png) Code:- ``` GlassmorphicContainer( width: 0, height: 45.h, borderRadius: 5.r, blur: 6, alignment: Alignment.center, border: 10, linearGradient: LinearGradient( begin: Alignment.topLeft, end: Alignment.bottomRight, colors: [ colorGreen.withOpacity(0.2), colorGreen.withOpacity(0.2), ], stops:...

**Is your feature request related to a problem? Please describe.** It would be cool if I could add drop shadow / elevation to GlassmorphicContainer. The designs I made (and got...

documentation
enhancement
good first issue