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

A customizable card component built using a Container in Flutter, allowing flexible styling and layout options for various UI elements.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add card_container

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  card_container: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:card_container/card_container.dart';
0
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable card component built using a Container in Flutter, allowing flexible styling and layout options for various UI elements.

Homepage

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter

More

Packages that depend on card_container