-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 748 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 748 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
name: flutter_ocr_kit
description: "A Flutter FFI plugin for OCR with Edge AI. Uses Apple Vision (iOS) / ML Kit (Android) for text recognition and ONNX Runtime for layout detection."
version: 1.0.0
homepage: https://github.com/robert008/flutter_ocr_kit
repository: https://github.com/robert008/flutter_ocr_kit
issue_tracker: https://github.com/robert008/flutter_ocr_kit/issues
environment:
sdk: ^3.7.2
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
ffi: ^2.1.3
dev_dependencies:
ffigen: ^13.0.0
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.example.flutter_ocr_kit
pluginClass: FlutterOcrKitPlugin
ios:
ffiPlugin: true