Glassy UI

A UI Kit of flutter widgets made with an ios-like glassmorphism design.

Example with glassy Container:

GlassyContainer(
    width: 50,
    height: 50,
    child: Text('Hello this is glassy'),
),

Libraries

glassy_ui