You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the great work on this package, it's been working great thus far! One issue I have noticed however is that often when swiping a card upwards following the natural arc'ed gesture of the thumb, swipes are incorrectly categorized as a Left or Right swipe rather than an upwards swipe.
Steps to reproduce:
Create a basic CardSwiper that allows both horizontal and vertical swipe directions
For the onSwipe parameter, add a simple print to display the swipe direction print('$previousIndex, $currentIndex, $direction');
Swipe card upwards, initially starting with a straight vertical motion, progressively increasing the angle of the swipe
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work on this package, it's been working great thus far! One issue I have noticed however is that often when swiping a card upwards following the natural arc'ed gesture of the thumb, swipes are incorrectly categorized as a Left or Right swipe rather than an upwards swipe.
Steps to reproduce:
print('$previousIndex, $currentIndex, $direction');
The text was updated successfully, but these errors were encountered: