zxing_lib
zxing의 다트 버전으로 다양한 1D/2D 바코드를 인코딩하고 디코딩할 수 있습니다. 지원되는 형식: qrcode, pdf417, oned, maxicode, datamatrix, aztec.
zxing-dart 는 zxing 의 Dart 버전입니다.
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A Dart port of zxing that encode and decode multiple 1D/2D barcodes, Supported qrcode, pdf417, oned, maxicode, datamatrix, aztec.
| ZXing Widget | pub package |
| ZXing Scanner | pub package |
... At present, this package is far inferior to other native packages in decoding speed and accuracy, and can be used as a decoding tool and some platforms (such as Web and Desktop). I will also continue to pay attention to the improvement of zxing and the improvement of the performance problems in this project. And welcome suggestions for improvement from those with experience in decoding algorithms and image algorithms.
✅ Core package translate
✅ Core test translate
✅ Core unit test(all passed)
✅ Demo Creator
✅ Demo Scanner (Decode from Captured picture or CameraImage from camera stream)
✅ Code optimization
🚧 Keep syncing from zxing java...
| Demo App | |
|---|---|
| 01 | 02 |
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.