From 54a99165d1dff829b80be3645473cf08af53156f Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sat, 9 Jul 2022 23:18:20 +0400 Subject: [PATCH] version: 0.7.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- zxscanner/pubspec.lock | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2a7db..a06a7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.0 + +* added barcode result point detection +* added tryHarder and tryRotate arguments to the readers + ## 0.6.0 * updated zxing-cpp to v1.4.0 diff --git a/example/pubspec.lock b/example/pubspec.lock index 4feeb4c..db48ba2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -134,7 +134,7 @@ packages: path: ".." relative: true source: path - version: "0.6.0" + version: "0.7.0" font_awesome_flutter: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d26a4fd..cbc0b27 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.6.0 +version: 0.7.0 repository: https://github.com/khoren93/flutter_zxing environment: diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 73a894d..905ef9d 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -314,7 +314,7 @@ packages: path: ".." relative: true source: path - version: "0.6.0" + version: "0.7.0" font_awesome_flutter: dependency: "direct main" description: