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

Asynchronous support #91

Open bereznicu opened 2 years ago

bereznicu commented 2 years ago

It would be nice if we could spin the wheel while waiting for some data to arrive from the api and when the future completes and the data is available then the wheel should stop.