kevlatus / flutter_fortune_wheel

Visualize random selections with Flutter widgets like the wheel of fortune.
https://kevlatus.github.io/flutter_fortune_wheel
MIT License
102 stars 81 forks source link

Wheel is touchable when it spinning #79

Closed berkaymazlumlar closed 2 years ago

berkaymazlumlar commented 2 years ago

Hi, I want to disable fling operation if fortune wheel already spinning. Is there any way to do this?

kevlatus commented 2 years ago

Hi @berkaymazlumlar, this is now the default behavior in version 1.1.2

berkaymazlumlar commented 2 years ago

Hello again, this is still going on @kevlatus