wearable_rotary 2.0.2
wearable_rotary: ^2.0.2 copied to clipboard
Flutter plugin that can listen to rotary events on Wear OS and Tizen Galaxy watch devices.
2.0.2 #
- Adds namespace to
build.gradlefor compatibility with Gradle 8
2.0.1 #
- Remove unnecessary
StreamHandlerErrorimplementation. - Increase the minimum Flutter version to 3.3.
2.0.0 #
- [BREAKING]
RotaryEventis now a class withdirectionandmagnitudeproperties. - Adds Wear OS support.
- Adds
RotaryScrollControllerfor easily making scrolling widgets respond to rotary input. - Refactor the C++ code.
1.0.2 #
- Typo fix and minor cleanups.
1.0.1 #
- Fix a bug with EventChannel.
1.0.0 #
- Initial release.