card_template 0.0.1 copy "card_template: ^0.0.1" to clipboard
card_template: ^0.0.1 copied to clipboard

A card template containing Image, Title and Description

cardTemplate #

A plugin for flutter - card template containing Image, Title and Description

Features #

  • make a template for card

Getting started #

to use this package, add card_template as a dependency in your pubspec.yaml

Usage #

Minimal example:

      CardTemplate(
              height: 200,
              width: 300,
              image: Image.network("https://picsum.photos/200/300").image,
              title: "ini contoh title",
              description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
              padding: const EdgeInsets.all(10)),
3
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A card template containing Image, Title and Description

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on card_template