Julian Steenbakker
4 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: D15B873A19BE383C
2 ha cambiato i file con
7 aggiunte e
2 eliminazioni
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,5 +1,10 @@ |
|
|
|
## 0.6.2 |
|
|
|
## 0.7.0 |
|
|
|
#### Features |
|
|
|
* Add inverted feature for Android. See https://github.com/juliuscanute/qr_code_scanner/issues/403 |
|
|
|
|
|
|
|
#### Bugfixes |
|
|
|
* Fixed permission error on devices running Android 7 or lower. |
|
|
|
* Fixed error being thrown when user declines permission on iOS. |
|
|
|
* Updated dependencies |
|
|
|
|
|
|
|
## 0.6.1 |
|
|
|
|
|
|
|
@@ -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.2 |
|
|
|
version: 0.7.0 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|