Skip to content

Commit 0935a4d

Browse files
release of v0.6.0
1 parent b0ba1ba commit 0935a4d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.6.0
2+
#### Features
3+
* Add support for raw bytes on iOS. (#421)
4+
* Add custom cutout width and height next to cutout size. (#432)
5+
6+
#### Bugfixes
7+
* Fix for calling permission multiple times. (#381)
8+
* Fix for QRView Overlay cutoutbottomoffset. (#383)
9+
* Multiple minor improvements
10+
111
## 0.5.2
212
#### Bugfixes
313
* Increased delay to fix QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qr_code_scanner
22
description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
3-
version: 0.5.2
3+
version: 0.6.0
44
homepage: https://juliuscanute.com
55
repository: https://github.com/juliuscanute/qr_code_scanner
66

0 commit comments

Comments
 (0)