From 7d7dfd150c6d502090ee338fbe61e075d7dc7fc2 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sun, 11 Sep 2022 01:09:09 +0400 Subject: [PATCH] version: 0.8.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e05d5..f500d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.0 + +* added ability to set localization messages for `writer_widget` +* fixed bug where iOS crashes when creating a new barcode + ## 0.7.4 * updated readme @@ -28,7 +33,9 @@ * fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202)) ## 0.4.0 + Breaking changes + * removed `FlutterZxing` class, call all methods directly * added read multiple barcodes methods diff --git a/pubspec.yaml b/pubspec.yaml index 754af59..dbfda8d 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.7.4 +version: 0.8.0 repository: https://github.com/khoren93/flutter_zxing environment: