Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yushulx/flutter-barcode-qr-code-scanner


https://github.com/yushulx/flutter-barcode-qr-code-scanner

android barcode dart datamatrix flutter ios linux pdf417 qrcode windows

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flutter Examples for Barcode, MRZ and Document Scanning

This repository contains examples for building **barcode**, **MRZ** and **document** scanning apps with **Flutter** and **Dynamsoft Vision SDKs**.

## Examples
- [Flutter Camera](examples/flutter_camera) (**Dart**)
- Use the [camera](https://pub.dev/packages/camera) plugin to display camera preview and retrieve the camera frames.
- Use the [flutter_barcode_sdk](https://pub.dev/packages/flutter_barcode_sdk) plugin to decode barcodes from the camera frames.

https://github.com/yushulx/flutter-barcode-qr-code-scanner/assets/2202306/c49620d8-34e2-42f0-bd68-f674c5ef9778

- [Native Camera](examples/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](examples/dynamsoft_camera) (**Dart**)
- Use the [dynamsoft_capture_vision_flutter](https://pub.dev/packages/dynamsoft_capture_vision_flutter) plugin to display camera preview and decode barcodes.

https://github.com/yushulx/multiple-barcode-qrcode-datamatrix-scan/assets/2202306/ed7eaec3-048b-4243-9910-3409e2d4672d

- [Pharma Lookup](examples/pharma_lookup/)

https://github.com/user-attachments/assets/45a450fe-3c18-479e-8de5-a2ec77bbe2f1

## Try Online Demo
[https://yushulx.me/flutter-barcode-qr-code-scanner/](https://yushulx.me/flutter-barcode-qr-code-scanner/)