zxing_lib 0.8.1
zxing_lib: ^0.8.1 copied to clipboard
A Dart port of zxing that encode and decode multiple 1D/2D barcodes, Supported qrcode, pdf417, oned, maxicode, datamatrix, aztec.
0.8.1 #
- Sync zxing to 2022-10-24
0.8.0 #
- Optimize data type
0.7.3 #
- upgrade charset
- improve example
- code format
0.7.2 #
- sync zxing to 2022-07-21
0.7.1 #
- Code format optimization
0.7.0 #
- sync zxing to 2022-05-16(zxing 3.5.0)
0.6.1 #
- sync zxing to 2022-2-18(add datamatrix.minimal_encoder, eci_encoder_set)
0.6.0 #
- sync zxing to 2021/12/13(add qrcode.minimal_encoder)
0.5.0 #
- upgrade dart to 2.14
- remove depends fixnum
0.4.0 #
- Code format optimization
- Adjustment Exceptions
- Add greyscale module
0.3.3 #
- code optimization & formats
0.3.2 #
- remove flutter dev-dep.
- replace buffer_image with image pkg in tests
- fix some bugs
- fix exception throws
0.3.1 #
- remove flutter dependencies
- add latin2~15 encoding
0.3.0 #
- fix datamatrix encode
- change some prop as dart style
0.2.0 #
- arrange comment and package
- get attrs refactor
0.1.0 #
- all unit test passed
0.0.1 #
- core code translate