Julian Steenbakker
hace 5 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 16E437C7A3D94250
Se han
modificado 2 ficheros con
6 adiciones y
1 borrados
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,8 @@ |
|
|
|
## 0.3.4 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed No barcode view found on Android when calling controller.dispose() (#257) |
|
|
|
* Fixed Hot reload not working on Android. |
|
|
|
|
|
|
|
## 0.3.3 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed updateDimensions not being called causing zoom on iOS. (#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.3.3 |
|
|
|
version: 0.3.4 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|