From b8f002b4328e8ea08d917fcfb1bd6980a2631b54 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Mon, 9 Jan 2023 19:47:39 +0400 Subject: [PATCH] version: 1.0.0-beta.7 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a108994..2d7d8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-beta.7 + +* Resolved an issue with detecting and handling large images + ## 1.0.0-beta.6 * Fixed compilation issue on Android diff --git a/pubspec.yaml b/pubspec.yaml index b2f0701..eaa3e22 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.0.0-beta.6 +version: 1.0.0-beta.7 repository: https://github.com/khoren93/flutter_zxing environment: