-
-
Notifications
You must be signed in to change notification settings - Fork 671
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (42 loc) · 1.29 KB
/
pubspec.yaml
File metadata and controls
47 lines (42 loc) · 1.29 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
name: mobile_scanner
description: A universal Flutter barcode and QR code scanner using CameraX/ML Kit for Android, AVFoundation/Apple Vision for iOS & macOS, and ZXing for web.
version: 7.2.0
repository: https://github.com/juliansteenbakker/mobile_scanner
screenshots:
- description: 'Mobile Scanner Example'
path: example/screenshots/example_advanced.png
- description: 'Mobile Scanner Example Settings'
path: example/screenshots/example_advanced_settings.png
- description: 'Mobile Scanner Example Homepage'
path: example/screenshots/homepage.png
environment:
sdk: ">=3.7.0 <4.0.0"
flutter: ">=3.29.0"
dependencies:
collection: ">=1.15.0 <2.0.0"
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ">=1.16.0 <2.0.0"
plugin_platform_interface: ^2.0.2
web: ">=0.5.1 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ">=8.0.0 <11.0.0"
flutter:
plugin:
platforms:
android:
package: dev.steenbakker.mobile_scanner
pluginClass: MobileScannerPlugin
ios:
pluginClass: MobileScannerPlugin
sharedDarwinSource: true
macos:
pluginClass: MobileScannerPlugin
sharedDarwinSource: true
web:
pluginClass: MobileScannerWeb
fileName: src/web/mobile_scanner_web.dart