haptic_rotary_scroll 0.0.2
haptic_rotary_scroll: ^0.0.2 copied to clipboard
A Wear OS Flutter package that provides a ScrollController with haptic feedback scaled to rotary scroll speed.
0.0.2 #
- Lower minimum Dart SDK constraint to
>=3.1.0. - Add
repositoryfield to pubspec for pub.dev listing.
0.0.1 #
- Initial release.
HapticRotaryScrollController— haptic feedback scaled to rotary scroll speed via accumulated magnitude threshold.- Configurable
hapticPixelThresholdandmaxIncrement. - Resets accumulator on scroll direction change.
- Reconnects subscription on re-attach after scroll view rebuilds.