-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (38 loc) · 1.01 KB
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (38 loc) · 1.01 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
name: flutter_ocr_sdk
description: A wrapper for Dynamsoft Capture Vision SDK, capable of recognizing MRZ (Machine Readable Zone) and VIN (Vehicle Identification Number).
version: 2.0.5
homepage: https://github.com/yushulx/flutter_ocr_sdk
repository: https://github.com/yushulx/flutter_ocr_sdk
environment:
sdk: '>=2.18.5 <4.0.0'
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
js: ^0.7.2
path_provider: ^2.0.11
path: ^1.8.2
http: ^1.3.0
archive: ^4.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
package: com.dynamsoft.flutter_ocr_sdk
pluginClass: FlutterOcrSdkPlugin
ios:
pluginClass: FlutterOcrSdkPlugin
linux:
pluginClass: FlutterOcrSdkPlugin
windows:
pluginClass: FlutterOcrSdkPluginCApi
web:
pluginClass: FlutterOcrSdkWeb
fileName: flutter_ocr_sdk_web.dart