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

https://github.com/yushulx/flutter-barcode-mrz-document-scanner

Flutter Sample Projects Utilizing Dynamsoft SDKs for Barcode Scanning, MRZ Recognition, and Document Detection
https://github.com/yushulx/flutter-barcode-mrz-document-scanner

android barcode code128 code39 dart datamatrix document flutter ios linux mrz ocr pdf417 qrcode windows

Last synced: about 2 months ago
JSON representation

Flutter Sample Projects Utilizing Dynamsoft SDKs for Barcode Scanning, MRZ Recognition, and Document Detection

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 (web/iOS/Android) and [flutter_lite_camera](https://pub.dev/packages/flutter_lite_camera) (Windows/Linux/macOS) 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-mrz-document-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/user-attachments/assets/a67e6607-245e-4aea-9cdc-db742de84b4b

- [Pharma Lookup](examples/pharma_lookup/)

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

- [Last Mile Delivery](examples/last_mile_delivery/)

https://github.com/user-attachments/assets/98c9dfb0-f165-46c2-9f92-d549236f354c

- [Document Scanner](examples/document_scanner/)

https://github.com/user-attachments/assets/c6584bbe-0801-4379-a44f-ba982f432f34

- [Wireless Keyboard](examples/wireless_keyboard/)

https://github.com/user-attachments/assets/a0600ec0-3244-414f-8aa3-b11e048f8f31

## Try Barcode Reader Online Demo
[https://yushulx.me/flutter-barcode-mrz-document-scanner/](https://yushulx.me/flutter-barcode-mrz-document-scanner/)