kevlatus / flutter_fortune_wheel

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

Won't select new item on drag / spring #86

Closed amscher closed 2 years ago

amscher commented 2 years ago

Describe the bug I've added the Fortune Wheel to my app by copying the code in your example. It shows up fine and on page load the wheel spins and then slows and selects one of the items, "Grogu." However if I try to drag the wheel to spin it again, it moves a bit and then returns to the same selected item, "Grogu." instead of choosing a random one.

To Reproduce Steps to reproduce the behavior:

  1. Add code from example app
  2. Test code in iOS simulator
  3. Spin wheel
  4. See that it does not select a new item

Expected behavior I expected that the wheel would spin until it reached a new item

Screenshots image

Desktop (please complete the following information):

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.