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

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.5] - October 11, 2021 #

  • Update Readme.md

[0.0.4] - September 30, 2021 #

  • Performance improvement

[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)
80
likes
115
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

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on swipeable_card_stack