Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yushulx/flutter-barcode-qr-code-scanner
- Owner: yushulx
- Created: 2023-06-30T09:49:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:34:14.000Z (9 months ago)
- Last Synced: 2024-05-09T03:22:03.313Z (9 months ago)
- Topics: android, barcode, dart, datamatrix, flutter, ios, linux, pdf417, qrcode, windows
- Homepage: https://www.dynamsoft.com/codepool/flutter-barcode-scanner-app-guide.html
- Size: 6.05 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)