zxing_lib 1.1.4
zxing_lib: ^1.1.4 copied to clipboard
A Dart port of zxing that encode and decode multiple 1D/2D barcodes, Supported qrcode, pdf417, oned, maxicode, datamatrix, aztec.
1.1.4 #
- add CropBackgroud for crop Luminance data
1.1.3 #
- Sync zxing to 2025-02-10
1.1.2 #
- Sync zxing to 2023-12-25
1.1.1 #
- fix tests
1.1.0 #
- Sync zxing to 2023/9/7
1.0.3 #
- fix dart version sytax
1.0.2 #
- Sync zxing to 2023-12-25
1.0.1 #
- Sync zxing to 2023/9/7
1.0.0 #
- refactor with dart language style
Breakings:
- encode hints: Map<EncodeHintType, dynamic> => EncodeHint
- decode hints: Map<DecodeHintType, dynamic> => DecodeHint
- oned.rss.expanded.decoders Case adjustment of some class names
0.9.0 #
- upgrade for dart3.0
0.8.4 #
- fix env & doc
0.8.3 #
- Sync zxing to 2022-12-22
0.8.2 #
- improve example
- add RGBLuminanceSource.orig
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