Julian Steenbakker
5 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 16E437C7A3D94250
2 arquivos alterados com
8 adições e
1 exclusões
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,10 @@ |
|
|
|
## 0.3.5 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250) |
|
|
|
* Changed upc-a to EAN13 on iOS. (#262) |
|
|
|
* Fixed null-pointer on BarcodeFormat array on iOS. (#262) |
|
|
|
* Added LifecycleEventHandler to dispose(). (#265) |
|
|
|
|
|
|
|
## 0.3.4 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed No barcode view found on Android when calling controller.dispose() (#257) |
|
|
|
|
|
|
|
@@ -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.3.4 |
|
|
|
version: 0.3.5 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|