flutter_barcode_sdk 0.0.1 flutter_barcode_sdk: ^0.0.1 copied to clipboard
A flutter plugin project for Dynamsoft Barcode Reader.
flutter_barcode_sdk #
A flutter plugin project for Dynamsoft Barcode Reader SDK.
Try example #
cd example
flutter run -d <device>
Supported Platforms #
- Android
Usage #
Get a 30-day FREE Trial license and set it as follows:
Future<void> initDynamsoftBarcodeReaderState() async {
FlutterBarcodeSdk _barcodeReader = FlutterBarcodeSdk();
await _barcodeReader.initLicense('LICENSE-KEY');
}
Read barcodes from an image file:
String results = await _barcodeReader.decodeFile(image-path);
License Agreement #
https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx