Flutter Web Demo: Barcode, QR Code and PDF417 Scanner
A Flutter web project that demonstrates how to use Dynamsoft Barcode Reader SDK to scan 1D barcodes, QR codes and PDF417 in the browser.
Getting Started
-
Apply for a 30-day trial license of Dynamsoft Barcode Reader and replace the license key in the
main.dart
file with your own:await _barcodeReader.setLicense( 'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==');
-
Run the project:
flutter run -d chrome
Try Online Demo
https://yushulx.me/flutter-web-barcode-qrcode-pdf417-scanner