HeavenOSK / flutter_swipable_stack

A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder UI.
https://pub.dev/packages/swipable_stack
MIT License
117 stars 48 forks source link

[WIP] Add detectableSwipeDirections #43

Closed HeavenOSK closed 2 years ago

HeavenOSK commented 2 years ago

Overview

The another solution of #41 .

maeddin commented 2 years ago

I guess I was trying to cover use cases that either never occur or occur far too infrequently and neglected user experience.

HeavenOSK commented 2 years ago

@MaddinMade Thank you for reviewing & your contribution! 🙏

I guess I was trying to cover use cases that either never occur or occur far too infrequently and neglected user experience.

It's OK! 👍 I think it's hard to judge correctly also to me.

So, I'll merge this PR and will release soon!