jushutch / swiping_card_deck

A widget for swiping through a deck of cards with gestures or buttons.
https://pub.dev/packages/swiping_card_deck
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Implement generic SwipingDeck widget #24

Closed jushutch closed 2 years ago

jushutch commented 2 years ago

Due to a demand for swiping through any widget, not just Card widgets, implemented a generic deck that can be swiped through and defined the SwipingCardDeck type as a SwipingDeck of Card objects. This prevents any breaking changes.

Resolves #18