From bfd3b33efec82487b86466a9281ef1a2de58cb7f Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Tue, 9 May 2023 17:22:14 +0400 Subject: [PATCH] version: 1.2.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77684ef..96d0215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +* Downgraded image version from v3.4.0 to v3.3.0 to resolve iOS detection issue. +* Downgraded zxing-cpp from v3.0.0 to v2.0.0 to fix QR code decoding issues. +* Resolved multiple code scan issue that occurred when using image path by implementing a fix. + ## 1.1.2 * Fixed issue with onControllerCreated callback is sometimes not called diff --git a/pubspec.yaml b/pubspec.yaml index 809c666..f373ca7 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: 1.1.2 +version: 1.2.0 repository: https://github.com/khoren93/flutter_zxing environment: