trove 0.1.0-alpha copy "trove: ^0.1.0-alpha" to clipboard
trove: ^0.1.0-alpha copied to clipboard

A collection of tools and components around playing cards and tabletop games

example/main.dart

import 'package:trove/trove.dart';

void main() {
  // Example usage of PlayingCard
  final card1 = PlayingCard(PlayingCardRank.ace, PlayingCardSuit.hearts);
  final card2 = PlayingCard(PlayingCardRank.two, PlayingCardSuit.spades);

  print(card1); // Output: Ace of Hearts
  print(card2); // Output: Two of Spades
}
0
likes
160
points
86
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

A collection of tools and components around playing cards and tabletop games

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, omen, quirk

More

Packages that depend on trove