Skip to content

althaafridha/cardTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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