tomeui_clickwheel 0.3.5
tomeui_clickwheel: ^0.3.5 copied to clipboard
Click-wheel input and focus navigation for TomeUI, with media controls, configurable press and hold gestures, and wheel-driven lists and grids.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tomeui_clickwheelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tomeui_clickwheel: ^0.3.5Alternatively, 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:tomeui_clickwheel/tomeui_clickwheel.dart';