forked from gtbluesky/onnxruntime_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (35 loc) · 759 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (35 loc) · 759 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
33
34
35
36
37
38
39
40
name: onnxruntime
description: Flutter plugin for OnnxRuntime provides an easy, flexible, and fast Dart API to integrate Onnx models in flutter apps across mobile and desktop platforms.
version: 1.4.2
homepage: https://github.com/gtbluesky/onnxruntime_flutter
environment:
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
ffi: ^2.0.1
dev_dependencies:
ffigen: ^7.2.11
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# pana: ^0.21.36
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
linux:
ffiPlugin: true
topics:
- onnx
- tflite
- pytorch
- ai