wacom_sigcaptx 0.0.5 copy "wacom_sigcaptx: ^0.0.5" to clipboard
wacom_sigcaptx: ^0.0.5 copied to clipboard

Platformweb

Wacom Web Components for Flutter

Wacom SigCaptX Integration for Web Flutter

Features #

  • Capture signature from Wacom device
  • Save signature as image

Getting started #

Installation #

flutter pub add wacom_sigcaptx

Usage #

import 'package:wacom_sigcaptx/wacom_sigcaptx.dart';

await WacomSigcaptxCore.loadSigpad();
final url = await WacomSigcaptxCore.captureSignature(
  'captureId',
  'who',
  'why',
);