playing_cards library

Classes

FlatCardFan
This widget will array the passed in children in a horizontal line. The children will overlap such that the available space is filled and an even space exists between them. Note that if enough horizontal space is provided, the children will not overlap at all.
PlayingCard
PlayingCardView
Primary view for rendering cards. Use like this:
PlayingCardViewStyle
Create a style object if you wish to customize the look of your cards.
SuitStyle
These styles are specific to a suit.

Enums

CardValue
Thirteen standard card ranks.
Suit

Functions

standardFiftyFourCardDeck() List<PlayingCard>
standardFiftyTwoCardDeck() List<PlayingCard>
Generates a standard 52 card deck.