0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.