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

  1. 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==');
  2. Run the project:

    flutter run -d chrome

    Flutter web barcode, QR code, and PDF417 scanner

Try Online Demo

https://yushulx.me/flutter-web-barcode-qrcode-pdf417-scanner

flutter web barcode qr scanner

GitHub

View Github