wear_os_scrollbar 0.1.1
wear_os_scrollbar: ^0.1.1 copied to clipboard
A Flutter plugin to show Material 3 Expressive scroll indicator for WearOS with customizable haptic response.
0.1.1 #
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Migrates to use the built-in Kotlin DSL for Android Gradle.
0.1.0 #
- Added
hideIndicatorparameter toWearOsScrollbarto allow hiding the visual indicator while maintaining rotary input and haptic feedback. - Improved compatibility with
PageViewby allowing custom page indicators. - Added widget tests for the new
hideIndicatorfunctionality.
0.0.4 #
- Updated documentation and added examples.
0.0.3 #
- Fixed missing documentation for
MethodChannelWearOsScrollbarconstructor to achieve 100% pub.dev score.
0.0.2 #
- Added complete public API documentation for pub.dev compliance.
0.0.1 #
- Initial release.