kevlatus / flutter_fortune_wheel

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

HapticFeedback and allowOppositeRotationFlung #107

Closed YatsenkoDev closed 1 year ago

YatsenkoDev commented 1 year ago

Added optional param hapticImpact to FortuneWheel for HapticFeedback on each section border crossing. Added optional param allowOppositeRotationFlung to CircularPanPhysics for restriction of rotation initiation only for the same Flung direction as the wheel rotates.

kevlatus commented 1 year ago

closes #51