kevlatus / flutter_fortune_wheel

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

Keep spinning when function return value is null #108

Open Sanya-L opened 1 year ago

Sanya-L commented 1 year ago

Hi, here is the situation I'm trying to work on: I will call a function to get the index number(where I want to stop), but in the meantime, if the return value is empty the wheel will keep spinning. Is that any similar feature existing?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kevlatus commented 1 year ago

relates to #91