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

A dart module used for creating card games

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add card_pack

With Flutter:

 $ flutter pub add card_pack

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

dependencies:
  card_pack: ^1.0.0

Alternatively, your editor might support dart pub get or 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_pack/card_pack.dart';
0
likes
130
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A dart module used for creating card games

License

MIT (license)

Dependencies

rich_stdout

More

Packages that depend on card_pack