Julian Steenbakker
há 4 anos
ascendente
cometimento
0935a4dac3
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: ACF0400DFB95F3FD
2 ficheiros alterados com
11 adições e
1 eliminações
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -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,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 |
|
|
|
|
|
|
|
|