From c7cf3cf0a4cebf5c1b6c4db31a030679cbb8926d Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Mon, 9 Jan 2023 16:03:33 +0400 Subject: [PATCH] version: 1.0.0-beta.3 --- CHANGELOG.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38caa6a..b8bf1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog +## 1.0.0-beta.3 + +* Added the following properties to Code: + * isInverted + * isMirrored + * duration +* Implemented image resizing before decoding + ## 1.0.0-beta.2 -* minor improvements +* Minor improvements ## 1.0.0-beta.1 diff --git a/pubspec.yaml b/pubspec.yaml index 8cbe61b..807afc1 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.2 +version: 1.0.0-beta.3 repository: https://github.com/khoren93/flutter_zxing environment: