yushulx / flutter-barcode-qr-code-scanner

Home Page:https://www.dynamsoft.com/codepool/flutter-barcode-scanner-app-guide.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Barcode and QR Scanner Examples

This repository contains various Flutter barcode scanner projects implemented using different methods.

Examples

  • Flutter Camera (Dart)

    • Use the camera plugin to display camera preview and retrieve the camera frames.
    • Use the flutter_barcode_sdk plugin to decode barcodes from the camera frames.
    flutter-barcode-qr-code-scanner.mp4
  • Native Camera (Dart and Kotlin/Swift for best performance)

    • Implement the camera preview and barcode detection logic in Kotlin/Swift.

    • Render the app UI in Dart.

  • Dynamsoft Camera (Dart)

    multiple-barcode-qrcode-scanner.mp4

Try Online Demo

https://yushulx.me/flutter-barcode-qr-code-scanner/