From 8b7c23053b4f2cd077694707d2347c5283d67e75 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 18 Feb 2021 20:07:29 +0100 Subject: [PATCH] Release of v0.3.5 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28af3f6..847a080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.5 +#### Bug fixes +* Fixed QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250) +* Changed upc-a to EAN13 on iOS. (#262) +* Fixed null-pointer on BarcodeFormat array on iOS. (#262) +* Added LifecycleEventHandler to dispose(). (#265) + ## 0.3.4 #### Bug fixes * Fixed No barcode view found on Android when calling controller.dispose() (#257) diff --git a/pubspec.yaml b/pubspec.yaml index c0efa52..2532a38 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qr_code_scanner description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. -version: 0.3.4 +version: 0.3.5 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner