-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 741 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 741 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
32
name: flutter_ort_plugin
description: "High-performance ONNX Runtime plugin with WebGPU support for Flutter. Run ML models on Android, iOS, and Linux with optimized execution providers."
version: 0.0.1
repository: https://github.com/adrinator/flutter_ort_plugin
homepage: https://github.com/adrinator/flutter_ort_plugin
environment:
sdk: ^3.10.8
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
ffi: ^2.1.3
dev_dependencies:
ffigen: ^20.1.1
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
pluginClass: FlutterOrtPlugin
linux:
ffiPlugin: true