Closed vintage closed 3 years ago
hey @vintage,
the GestureDetector won't work properly due to how the wheel is implemented. I just published v1.1.0, which includes gesture support on FortuneItems.
I hope that helps.
Just upgraded to 1.1.0
and the gesture detection works great now. Thanks a lot for quick fix!
Gesture detection is not working fine (if there are only two or three Fortune Items), if i pass only two Fortune item bottom half of the Item's Detection not work..
Having fortune wheel with following item:
and tapping on it doesn't performs the
onTap
from theGestureDetector
. Would be great to have such option, even it disables the fling capability. I need to register tap callback to display explanation about particular item (like description and chance to hit).