From 377b301aa8551ce68e58020cd973115a2c62871a Mon Sep 17 00:00:00 2001 From: TheJuliuscanute Date: Fri, 5 Apr 2019 20:53:54 +1100 Subject: [PATCH] preview stretching fix --- CHANGELOG.md | 4 ++++ README.md | 1 + pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7fb36..15ea243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 + +* preview stretching after change screen orientation fix + ## 0.0.4 * fix black screen orientation/unlock/focus diff --git a/README.md b/README.md index d9f9af3..f4c9db1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This package wires the PlatformView corresponding to iOS and Android inside flut #Credits * Android: https://github.com/zxing/zxing * iOS: https://github.com/mikebuss/MTBBarcodeScanner +* Special Thanks To: LeonDevLifeLog for his contributions towards improving it. #TODO'S: * Add support to flip camera view. diff --git a/pubspec.yaml b/pubspec.yaml index 235612c..90a7347 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.0.4 +version: 0.0.5 author: Julius Canute homepage: https://github.com/juliuscanute/qr_code_scanner