wacom_stu_plugin 1.0.2
wacom_stu_plugin: ^1.0.2 copied to clipboard
Flutter Windows plugin for Wacom STU signature tablets. Connects, disconnects, and streams pen input events via method and event channels.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wacom_stu_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wacom_stu_plugin: ^1.0.2Alternatively, 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:wacom_stu_plugin/wacom_stu_plugin.dart';