|
|
|
@@ -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.4.0 |
|
|
|
version: 0.5.0 |
|
|
|
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: |
|
|
|
@@ -25,7 +26,6 @@ flutter: |
|
|
|
pluginClass: FlutterQrPlugin |
|
|
|
ios: |
|
|
|
pluginClass: FlutterQrPlugin |
|
|
|
|
|
|
|
# web: |
|
|
|
# pluginClass: FlutterQrPlugin |
|
|
|
# fileName: flutter_qr_web.dart |