sunmi_scanner 0.0.4 copy "sunmi_scanner: ^0.0.4" to clipboard
sunmi_scanner: ^0.0.4 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
5
likes
160
pub points
81%
popularity

Publisher

verified publisherfrancescodema.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sunmi_scanner