swiping_card_deck library

The swiping_card_deck library contains the SwipingCardDeck widget which allows a user to swipe through a deck of Card widgets. To swipe through any Widget, use the generic SwipingDeck class.

Classes

SwipingDeck<T extends Widget>
A deck of Widget objects that can be swiped to the left or right using a gesture or a button.

Typedefs

SwipingCardDeck = SwipingDeck<Card>
A SwipingDeck of Card widgets