From 827efd41cea1da4826270c23542399d6fda365a9 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Wed, 3 Feb 2021 23:45:25 +0100 Subject: [PATCH] release of v0.3.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450da96..5657f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.1 +#### Bug fixes +* Fixed permission callback on iOS & Android. +* Fixed camera facing not working on Android. +* Fixed scanArea not being honored on Android. +* Updated ShapeBorder to QrScannerOverlayShape. + ## 0.3.0 #### Breaking change Its not necessary anymore to wrap the QRView in a SizeChangedLayoutNotifier because this is handled inside the plugin. diff --git a/pubspec.yaml b/pubspec.yaml index cd2a510..35f1869 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.0 +version: 0.3.1 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner