glassmorphismcard 0.0.5 copy "glassmorphismcard: ^0.0.5" to clipboard
glassmorphismcard: ^0.0.5 copied to clipboard

create a card have glassmorphism style.

Glassmorphism Card #

A single card with glassmorphism style that have header (left, center, right Widget) separated with body (wrap a child content) by deeper color

Features #

  • Preconfigured UI with customizable styling
  • Card color can be changed
  • Completely customizable,change Container's opacity,blur,border size,radius etc.

Usage #

Add this in to your pubspec.yaml:

glassmorphismcard: ^0.0.5

Example

GlassmorphismCard(
  backgroundColor: Colors.blue,
  title: Padding(
    padding: const EdgeInsets.only(left: 15),
    child: Text(
      'Hello world',
      style: TextStyle(
          color: Colors.white,
          fontSize: 30,
          fontWeight: FontWeight.bold
      ),
    ),
  ),
  body: Align(
      alignment: Alignment.bottomRight,
      child: Image.network(img),
  ),
),
2
likes
120
pub points
28%
popularity

Publisher

unverified uploader

create a card have glassmorphism style.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on glassmorphismcard