swipeable_cards_stack 1.0.0 copy "swipeable_cards_stack: ^1.0.0" to clipboard
swipeable_cards_stack: ^1.0.0 copied to clipboard

discontinuedreplaced by: flutter_card_swiper
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.

1.0.0 #

  • Added SwipeableCardsStack
    • Can add custom widgets to SwipeableCardsStack
    • Cards can be swiped horizontally and vertically
    • Can receive swipe events
  • Added SwipeableCardsStackController to automatically swipe cards:
    • _SwipeableCardsStackController.triggerSwipeLeft()
    • _SwipeableCardsStackController.triggerSwipeRight()
    • _SwipeableCardsStackController.triggerSwipeUp()
    • _SwipeableCardsStackController.triggerSwipeDown()
  • Added example (see examples/ folder)
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

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_cards_stack