sunmi_scanner

Creator: coderz1093

Last updated:

Add to Cart

Description:

sunmi scanner

sunmi_scanner #
A packae for support sunmi scanners
Important #
THIS PACKAGE WILL WORK ONLY IN ANDROID!

Class Name #
SunmiScanner
copied to clipboard
Example #
void _setScannedValue(String value) {
setState(() {
scannedValue = value;
});
}

@override
void initState() {
super.initState();
SunmiScanner.onBarcodeScanned().listen((event) {
_setScannedValue(event);
});
}
copied to clipboard
Installation #
flutter pub add sunmi_scanner
copied to clipboard
Tested Devices #
Sunmi L2ks
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.