zxing_lib 0.7.0
zxing_lib: ^0.7.0 copied to clipboard
A Dart port of zxing that encode and decode multiple 1D/2D barcodes.
[0.7.0] - 2022-06-09 #
- 同步zxing至2022-05-16(zxing 3.5.0)
[0.6.1] - 2022-02-20 #
- 同步zxing至2022-2-18(新增了datamatrix.minimal_encoder, eci_encoder_set)
[0.6.0] - 2021-12-14 #
- 同步zxing至12.13(新增了qrcode.minimal_encoder)
[0.5.0] - 2021-09-29 #
- 更新版本依赖到dart2.14
- 移除fixnum引用
[0.4.0] - 2021-09-25 #
- 代码格式优化
- 错误类型整理
- 灰度处理模块
[0.3.3] - 2021-06-24 #
- code optimization & formats
[0.3.2] - 2021-06-22 #
- remove flutter dev-dep.
- replace buffer_image with image pkg in tests
- fix some bugs
- fix exception throws
[0.3.1] - 2021-06-19 #
- remove flutter dependencies
- add latin2~15 encoding
[0.3.0] - 2021-06-16 #
- fix datamatrix encode
- change some prop as dart style
[0.2.0] - 2021-06-10 #
- arrange comment and package
- get attrs refactor
[0.1.0] - 2021-06-08 #
- all unit test passed
[0.0.1] - 2021-06-01 #
- core code translate