betto_onnxrt_ios 0.1.0
betto_onnxrt_ios: ^0.1.0 copied to clipboard
Flutter plugin shim that links ORT via SPM on iOS for betto_onnxrt. The plugin declares an SPM dependency on microsoft/onnxruntime-swift-package-manager (onnxruntime), which causes Xcode to staticall [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add betto_onnxrt_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
betto_onnxrt_ios: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:betto_onnxrt_ios/betto_onnxrt_ios.dart';