Julian Steenbakker
hace 4 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: ACF0400DFB95F3FD
Se han
modificado 2 ficheros con
4 adiciones y
1 borrados
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,6 @@ |
|
|
|
## 0.6.1 |
|
|
|
* Fix bug which caused build to fail for iOS. (#452) |
|
|
|
|
|
|
|
## 0.6.0 |
|
|
|
#### Features |
|
|
|
* Add support for raw bytes on iOS. (#421) |
|
|
|
|
|
|
|
@@ -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.0 |
|
|
|
version: 0.6.1 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|