box_container 1.0.0 copy "box_container: ^1.0.0" to clipboard
box_container: ^1.0.0 copied to clipboard

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

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';
)
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on box_container