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

onUpdate values #83

Closed Deep-Focus-lab closed 1 year ago

Deep-Focus-lab commented 2 years ago

Please ad onUpdate method for getting the progress.

kevlatus commented 2 years ago

Can you please specify the expected behavior of the onUpdate method?

bjorge commented 2 years ago

Along these lines I would like to emit a click sound each time the indicator crosses over to another slice. Thanks so much!

berkaymazlumlar commented 2 years ago

Along these lines I would like to emit a click sound each time the indicator crosses over to another slice. Thanks so much!

I need something like this too. If this can be done it would be perfect

mschmidm commented 2 years ago

I would really appreciate that as well. Something like onUpdate(currentItem), with currentItem being the item the indicator is hovering over at that time.

stale[bot] commented 2 years 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.

Vollinator commented 2 years ago

Any updates for this feature?

Natay-F commented 1 year ago

It's been a year, any updates? Or work around?

kevlatus commented 1 year ago

This has finally been implemented in v1.3.0. Make sure to update and use the FortuneWheel.onFocusItemChanged callback