From 649893246de7b1829819bfce79f8c8c935b50880 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 11 Feb 2021 11:10:05 +0100 Subject: [PATCH] Release of v0.3.4 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a460c4..28af3f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.4 +#### Bug fixes +* Fixed No barcode view found on Android when calling controller.dispose() (#257) +* Fixed Hot reload not working on Android. + ## 0.3.3 #### Bug fixes * Fixed updateDimensions not being called causing zoom on iOS. (#250) diff --git a/pubspec.yaml b/pubspec.yaml index 56008b89..c0efa52d 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.3 +version: 0.3.4 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner