sunmi_scanner 0.0.6 copy "sunmi_scanner: ^0.0.6" to clipboard
sunmi_scanner: ^0.0.6 copied to clipboard

PlatformAndroid

Sunmi support package that allows you to easily interface with your scanner device

sunmi_scanner #

A packae for support sunmi scanners

Important #

THIS PACKAGE WILL WORK ONLY IN ANDROID!


Class Name #

SunmiScanner

Example #

void _setScannedValue(String value) {
    setState(() {
      scannedValue = value;
    });
  }

@override
  void initState() {
    super.initState();
    SunmiScanner.onBarcodeScanned().listen((event) {
      _setScannedValue(event);
    });
  }

Installation #

flutter pub add sunmi_scanner

Tested Devices #

Sunmi L2ks
6
likes
160
points
1.05k
downloads

Publisher

verified publisherfrancescodema.dev

Weekly Downloads

Sunmi support package that allows you to easily interface with your scanner device

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sunmi_scanner