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

outdated

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: ^0.0.1

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