glassmorphism_ui 0.1.0 copy "glassmorphism_ui: ^0.1.0" to clipboard
glassmorphism_ui: ^0.1.0 copied to clipboard

outdated

Create beautiful Glassmorphic ui using this components provided by this package

glassmorphism_ui #

Create glassmorphic design using GlassContainer having frosted glass effect.

Getting Started #

Create beautiful glassmorphic designs using this package,GlassContainer Widget provided by this package is completely customizable,change Container's opacity,blur,border,radius etc.

alt text

GlassContainer example #

GlassContainer(
      height: 130,
      blur: 3,
      shadowStrength: 10,
      opacity: 0.2,
      width: 230,
      //this below code to remove border
      border: Border.fromBorderSide(BorderSide.none),
      borderRadius: BorderRadius.circular(10),
      child: Center(child: Text("Glass Container"),),
),
138
likes
0
points
906
downloads

Publisher

unverified uploader

Weekly Downloads

Create beautiful Glassmorphic ui using this components provided by this package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on glassmorphism_ui