zxing2 0.2.4
zxing2: ^0.2.4 copied to clipboard
A multi-format 1D/2D barcode image processing library implemented in Dart. This is a port of the Android library.
[0.2.4] #
- Fix named overlay
- Added version property to be visible as a part of decoding
[0.2.3] #
- Expose NotFoundException, FormatReaderException and ChecksumException
[0.2.2] #
- Fix some lints
[0.2.1] #
- Fix some lints
- Require Dart >=3.0.0
[0.2.0] #
- Update tests to use
package:image
v4.x
[0.1.1] #
- Export
EncodeHints
fromqrcode.dart
[0.1.0] #
- initial release.