AnupKumarPanwar / swipe_cards

Tinder like swipe cards for flutter.
https://pub.dev/packages/swipe_cards
BSD 3-Clause "New" or "Revised" License
52 stars 47 forks source link

Swipe Update CallBack #9

Closed Rashid-Khabeer closed 2 years ago

Rashid-Khabeer commented 2 years ago

Hey I think there is need of onSwipeUpdateCallback just like

onSwipeUpdateCallback(DragUpdateDetails details, Alignment align) { }

I need drapupdatedetails and Alignment or offset while swiping a card. Thanks