From 2cb6c7045dd6b1e9d29a85bb8ad3b55de5692e15 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sun, 15 Jan 2023 02:00:57 +0400 Subject: [PATCH] version: 1.0.0-beta.8 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7d8a0..5d829d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.0-beta.8 + +* Implemented multi result drawing +* `readBarcodes` now returns a `Codes` object instead of a `List` object + ## 1.0.0-beta.7 * Resolved an issue with detecting and handling large images diff --git a/pubspec.yaml b/pubspec.yaml index 1fb5f79..b783980 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.7 +version: 1.0.0-beta.8 repository: https://github.com/khoren93/flutter_zxing environment: