From da21f1c702837c0f99c7107aff48e8a57019406f Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Thu, 15 Dec 2022 16:01:46 +0400 Subject: [PATCH] version: 0.8.5 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42b30..59f3406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.5 + +* added 'tryInverted' and 'tryHarder' parameters to the `ReaderWidget` + ## 0.8.4 * added 'bytes' parameter content without any modifications to the scan result diff --git a/pubspec.yaml b/pubspec.yaml index f64423a..c2d1885 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.8.4 +version: 0.8.5 repository: https://github.com/khoren93/flutter_zxing environment: