flutter_fortune_wheel icon indicating copy to clipboard operation
flutter_fortune_wheel copied to clipboard

Visualize random selections with Flutter widgets like the wheel of fortune.

Results 23 flutter_fortune_wheel issues
Sort by recently updated
recently updated
newest added

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....

Please ad onUpdate method for getting the progress.

enhancement

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...

enhancement

is there any option to add HapticFeedback while roulette is moving??

enhancement

@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...

bug

Would it be possible to keep equal slice sizes but assign different probabilities of selection to each slice?

enhancement

Please add support for background image for FortuneItem

enhancement

**Is your feature request related to a problem? Please describe.** is there any chance to make spin vertically of fortune bar?

enhancement

**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...

bug