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.gradle
for compatibility with Gradle 8
2.0.1 #
- Remove unnecessary
StreamHandlerError
implementation. - Increase the minimum Flutter version to 3.3.
2.0.0 #
- [BREAKING]
RotaryEvent
is now a class withdirection
andmagnitude
properties. - Adds Wear OS support.
- Adds
RotaryScrollController
for 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.