Skip to content

yushulx/flutter-barcode-qr-code-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/