Kevin Latusinski
Kevin Latusinski
Can you please specify the expected behavior of the onUpdate method?
Hi @Spiderbezno, this is currently not implemented by the library, but could relatively easy be achieved by leveraging the [onAnimationStart](https://pub.dev/documentation/flutter_fortune_wheel/latest/flutter_fortune_wheel/FortuneWidget/onAnimationStart.html) and [onAnimationEnd](https://pub.dev/documentation/flutter_fortune_wheel/latest/flutter_fortune_wheel/FortuneWidget/onAnimationEnd.html) callbacks.
hi @ManishPatel-Mobilefirst, I just tried fixing this, but realized it would require some major refactoring of the FortuneWheel. I do not have the capacity to do this the next few...
This has finally been implemented in v1.3.0. Make sure to update and use the `FortuneWheel.onFocusItemChanged` callback
relates to #91
implemented in #125 @yakup2525 thanks a lot!
@vintage thanks a lot and sorry for the wait