zxing_lib 0.4.0
zxing_lib: ^0.4.0 copied to clipboard
A Dart port of zxing that encode and decode multiple 1D/2D barcodes.
[0.4.0] - 2021-06-24 #
- 代码格式优化
- 错误类型整理
- 灰度处理模块
[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