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

Create beautiful Glassmorphic ui using 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

Installation #

Add this in to your pubspec.yaml

  glassmorphism_ui: ^0.2.0

Go to the project directory and run

  flutter pub get

Import it

  import 'package:glassmorphism_ui/glassmorphism_ui.dart';

Example #

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

Publisher

unverified uploader

Weekly Downloads

Create beautiful Glassmorphic ui using components provided by this package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on glassmorphism_ui