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

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

Image Cards #

Customize a card with image (fill or transparent)

Usage #

Fill image card #

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

Transparent image card #

TransparentImageCards(
  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.

1
likes
150
points
16
downloads

Publisher

verified publishermichelmelo.pt

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_imagecards