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

A Flutter package provides a image card customization.

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(),
),

Transparent image card #

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

Parameter #

You can see parameter detail in github repo.

63
likes
140
pub points
90%
popularity

Publisher

unverified uploader

A Flutter package provides a image card customization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_card