Skip to content

hirdan/box_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

box_container

A Flutter package to directly use when you need to use a box shaped container in your application.

Example App

Add dependency

dependencies:
  box_container: ^1.0.0

Import

import 'package:box_container/box_container.dart'

Usage

BoxContainer(
  image:'image-url',
  title:'Text',
  body:'Text',
  buttonTitle:'Text',
  buttonAction:'action-url';
)

About

A Flutter package to directly use when you need to use a box shaped container in your application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors