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

is it possible to spin futureWheel manually? #117

Open mahdiqdi opened 9 months ago

mahdiqdi commented 9 months ago

thanks for your perfect library i want a feature is it possible to help me?

i want to have a button when user click on button fortune wheel starts to turn nonStop and i will make a request to backend.when api tells me the item spinner will stop at that item

is it possible?