Skip to content

yushulx/flutter-web-barcode-qrcode-pdf417-scanner

Repository files navigation

Flutter Barcode, QR Code and PDF417 Scanner

A Flutter project that demonstrates how to use Dynamsoft Barcode Reader SDK to scan 1D barcodes, QR codes and PDF417 in web browser, Android and Windows.

Supported Platforms

  • Flutter Web
    flutter run -d chrome
  • Flutter Android
    flutter run
  • Flutter Windows
    flutter run -d windows

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 web barcode, QR code, and PDF417 scanner

Try Online Demo

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

flutter web barcode qr scanner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published