forked from juliuscanute/qr_code_scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 721 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.2
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.10.0"
dependencies:
js: ^0.6.3
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
pedantic: ^1.11.0
flutter:
plugin:
platforms:
android:
package: net.touchcapture.qr.flutterqr
pluginClass: FlutterQrPlugin
ios:
pluginClass: FlutterQrPlugin
# web:
# pluginClass: FlutterQrPlugin
# fileName: flutter_qr_web.dart