playing_cards_lib 0.0.3+1 copy "playing_cards_lib: ^0.0.3+1" to clipboard
playing_cards_lib: ^0.0.3+1 copied to clipboard

A library for non ui server side cards logic for standard 52 card decks in your Dart or Flutter app.

example/playing_cards_lib_example.dart

import 'package:playing_cards_lib/playing_cards_lib.dart';

void main() {
  print('STANDARD_SUITS: ${STANDARD_SUITS}');
  print('SUITED_VALUES: ${SUITED_VALUES}');
}
0
likes
160
points
0
downloads

Publisher

verified publisheryehigo.com

Weekly Downloads

A library for non ui server side cards logic for standard 52 card decks in your Dart or Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on playing_cards_lib