wearable_rotary 2.0.3
wearable_rotary: ^2.0.3 copied to clipboard
Flutter plugin that can listen to rotary events on Wear OS and Tizen Galaxy watch devices.
2.0.3 #
- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update code format.
- Updates README to indicate that the package has been discontinued.
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.