瀏覽代碼

release of v0.6.0

flutter-beta
Julian Steenbakker 4 年之前
父節點
當前提交
0935a4dac3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: ACF0400DFB95F3FD
共有 2 個檔案被更改,包括 11 行新增1 行删除
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      pubspec.yaml

+ 10
- 0
CHANGELOG.md 查看文件

@@ -1,3 +1,13 @@
## 0.6.0
#### Features
* Add support for raw bytes on iOS. (#421)
* Add custom cutout width and height next to cutout size. (#432)

#### Bugfixes
* Fix for calling permission multiple times. (#381)
* Fix for QRView Overlay cutoutbottomoffset. (#383)
* Multiple minor improvements

## 0.5.2
#### Bugfixes
* Increased delay to fix QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250)


+ 1
- 1
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.5.2
version: 0.6.0
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner



Loading…
取消
儲存