forked from juliansteenbakker/mobile_scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (30 loc) · 858 Bytes
/
pubspec.yaml
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
32
33
34
35
name: mobile_scanner
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 3.0.0-beta.4
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.6.3
dev_dependencies:
flutter_test:
sdk: flutter
lint: ">=1.10.0 <3.0.0"
flutter:
plugin:
platforms:
android:
package: dev.steenbakker.mobile_scanner
pluginClass: MobileScannerPlugin
ios:
pluginClass: MobileScannerPlugin
macos:
pluginClass: MobileScannerPlugin
web:
pluginClass: MobileScannerWebPlugin
fileName: mobile_scanner_web_plugin.dart