Browse Source

version: 0.10.0

pull/76/head
Khoren Markosyan 2 years ago
parent
commit
d123c65503
  1. 8
      CHANGELOG.md
  2. 2
      pubspec.yaml

8
CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog
## 0.10.0
* added `EncodeParams`
* replaced `int` type with `EccLevel` enum for error correction level
* added `ratio`, `maxTextLength`, and `isSupportedEccLevel` to Format for encoding barcodes
* renamed `Params` to `DecodeParams`
* fixed issue where images were being inverted when using `zx` methods
## 0.9.1
* fixed memory leaks

2
pubspec.yaml

@ -1,6 +1,6 @@
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 0.9.1
version: 0.10.0
repository: https://github.com/khoren93/flutter_zxing
environment:

Loading…
Cancel
Save