From d123c655033cb97f5ff7828637212db8634164c0 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sat, 7 Jan 2023 17:38:21 +0400 Subject: [PATCH] version: 0.10.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e09a67..f533571 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/pubspec.yaml b/pubspec.yaml index 7dde2c2..11c56bc 100644 --- a/pubspec.yaml +++ b/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: