- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Adds namespace to
build.gradle
for compatibility with Gradle 8
- Remove unnecessary
StreamHandlerError
implementation. - Increase the minimum Flutter version to 3.3.
- [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.
- Typo fix and minor cleanups.
- Fix a bug with EventChannel.
- Initial release.