swipeable_card_stack 0.0.3 copy "swipeable_card_stack: ^0.0.3" to clipboard
swipeable_card_stack: ^0.0.3 copied to clipboard

outdated

This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.

[0.0.3] - September 24, 2021 #

  • Null safety

[0.0.2] - March 1, 2021 #

  • Changed README.md demo gif

[0.0.1] - February 19, 2021 #

  • Added SwipeableCardsSection
    • Can add custom widgets to SwipeableCardsSection
    • Cards can be swiped horizontally and vertically
    • Can receive swipe events
  • Added CardController to automatically swipe cards:
    • _cardController.triggerSwipeLeft()
    • _cardController.triggerSwipeRight()
    • _cardController.triggerSwipeUp()
    • _cardController.triggerSwipeDown()
  • Added example (see examples/ folder)
97
likes
0
pub points
90%
popularity

Publisher

verified publishercodetoart.com

This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on swipeable_card_stack