card_game 1.1.1
card_game: ^1.1.1 copied to clipboard
A declarative Flutter package for building card games with drag-and-drop, animations, and flexible layouts. Examples include Solitaire and War.
1.1.1 #
- Slight visual improvements to cards.
- Cards do not clip when dragged outside of the
CardGame
. - The example project will adapt to a variety of screen sizes.
1.1.0 #
Card Rows/Columns will compress to ensure that all their cards can fit within the allocated constraints.
1.0.2 #
Remove flutter_hooks
dependency. It's still used in the example projects though.
1.0.1 #
README and pubspec.yaml updates.
1.0.0 #
Initial release