flutter_fortune_wheel
flutter_fortune_wheel copied to clipboard
Visualize random selections with Flutter widgets like the wheel of fortune.
lib/main.dart:87:22: Error: Method not found: 'AppRouter'. final _appRouter = AppRouter(); ======getting error on final _appRouter = AppRouter(); please help me out ..thanks in advance.
while the wheel is spinning, I would like to add haptic feedback or play a little sound every time a FortuneItem is passed. A callback method would be great here....
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...
is there any option to add HapticFeedback while roulette is moving??
@kevlatus Gesture detection is not working fine (if there are only two or three Fortune Items), if i pass only two Fortune item bottom half of every Item's Gesture Detection...
Would it be possible to keep equal slice sizes but assign different probabilities of selection to each slice?
**Is your feature request related to a problem? Please describe.** is there any chance to make spin vertically of fortune bar?
**Describe the bug** New error with new Flutter 3.16 where I get this issue flutter_fortune_wheel-1.2.0/lib/src/indicators/triangle_indicator.dar t:20:33: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'. It happens as well...