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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wear_os_rotary_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wear_os_rotary_plugin: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:wear_os_rotary_plugin/wear_os_rotary_plugin.dart';