- Sync zxing to 2023-12-25
- fix tests
- Sync zxing to 2023/9/7
- 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
- upgrade for dart3.0
- fix env & doc
- Sync zxing to 2022-12-22
- improve example
- add RGBLuminanceSource.orig
- Sync zxing to 2022-10-24
- Optimize data type
- upgrade charset
- improve example
- code format
- sync zxing to 2022-07-21
- Code format optimization
- sync zxing to 2022-05-16(zxing 3.5.0)
- sync zxing to 2022-2-18(add datamatrix.minimal_encoder, eci_encoder_set)
- sync zxing to 2021/12/13(add qrcode.minimal_encoder)
- upgrade dart to 2.14
- remove depends fixnum
- Code format optimization
- Adjustment Exceptions
- Add greyscale module
- code optimization & formats
- remove flutter dev-dep.
- replace buffer_image with image pkg in tests
- fix some bugs
- fix exception throws
- remove flutter dependencies
- add latin2~15 encoding
- fix datamatrix encode
- change some prop as dart style
- arrange comment and package
- get attrs refactor
- all unit test passed
- core code translate