Julian Steenbakker
hace 5 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
5 adiciones y
1 borrados
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,6 @@ |
|
|
|
## 0.5.1 |
|
|
|
Removed web from library export. |
|
|
|
|
|
|
|
## 0.5.0 |
|
|
|
* Added initial web-support. This function is still under development and not fully tested. |
|
|
|
* Fixed permissions on iOS. |
|
|
|
|
|
|
|
@@ -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.0 |
|
|
|
version: 0.5.1 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
@@ -9,6 +9,7 @@ environment: |
|
|
|
flutter: ">=1.10.0" |
|
|
|
|
|
|
|
dependencies: |
|
|
|
js: ^0.6.3 |
|
|
|
flutter: |
|
|
|
sdk: flutter |
|
|
|
flutter_web_plugins: |
|
|
|
|