wear_os_rotary_plugin 1.0.1
wear_os_rotary_plugin: ^1.0.1 copied to clipboard
A Flutter package providing a circular scrollbar overlay for Wear OS screens that works seamlessly with the wearable_rotary package.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-11-06 #
Changed #
- Optimized scroll value calculation by extracting viewport dimension to a variable, reducing redundant property accesses
1.0.0 - 2025-11-06 #
Added #
- Initial release of
wear_os_rotary_plugin WearOsScrollbarwidget for displaying circular scrollbar on Wear OS screens- Support for auto-hide functionality with customizable duration
- Customizable scrollbar appearance (padding, width, colors)
- Customizable scroll behavior (speed, threshold, bezel correction)
- Smooth fade in/out animations with customizable curves
- Real-time scroll position tracking
- Comprehensive documentation and examples
Features #
- Circular scrollbar positioned around screen edge (2pm to 4pm marker)
- Integration with
wearable_rotarypackage'sRotaryScrollController - Automatic scroll position updates
- Customizable animation durations and curves
- Samsung device bezel correction support