We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bfabe commit 4eee401Copy full SHA for 4eee401
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.6.1
2
+* Fix bug which caused build to fail for iOS. (#452)
3
+
4
## 0.6.0
5
#### Features
6
* Add support for raw bytes on iOS. (#421)
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.6.0
+version: 0.6.1
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner
0 commit comments