betto_onnxrt_ios 0.1.0 copy "betto_onnxrt_ios: ^0.1.0" to clipboard
betto_onnxrt_ios: ^0.1.0 copied to clipboard

PlatformiOS

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_ios

This 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.0

Alternatively, 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';
0
likes
140
points
119
downloads

Documentation

API reference

Publisher

verified publisherbettongia.com

Weekly Downloads

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 statically link ORT into the host app binary.

Repository (GitHub)
View/report issues

Topics

#onnx #onnxruntime #machine-learning #ios #spm

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on betto_onnxrt_ios

Packages that implement betto_onnxrt_ios