image_card 0.0.4 copy "image_card: ^0.0.4" to clipboard
image_card: ^0.0.4 copied to clipboard

A Flutter package provides the image card customization. Supported more parameter and gradient to customize card

Image Card #

Customize a card with image by 2 type: fill or transparent

Usage #

Fill image card #

FillImageCard(
  width: 200,
  heightImage: 140,
  imageProvider: AssetImage('assets/mockup.png'),
  tags: [_tag('Category', () {}), _tag('Product', () {})],
  title: _title(),
  description: _content(),
),
copied to clipboard

Transparent image card #

TransparentImageCard(
  width: 200,
  imageProvider: AssetImage('assets/mockup.png'),
  tags: [ _tag('Product', () {}), ],
  title: _title(color: Colors.white),
  description: _content(color: Colors.white),
),
copied to clipboard

Parameter #

You can see parameter detail in github repo.

68
likes
150
points
299
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

A Flutter package provides the image card customization. Supported more parameter and gradient to customize card

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_card