flutter_onnxruntime_genai 0.4.1 copy "flutter_onnxruntime_genai: ^0.4.1" to clipboard
flutter_onnxruntime_genai: ^0.4.1 copied to clipboard

A Flutter FFI plugin wrapping Microsoft ONNX Runtime GenAI C-API for on-device multimodal inference on Android and iOS devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_onnxruntime_genai

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_onnxruntime_genai: ^0.4.1

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:flutter_onnxruntime_genai/flutter_onnxruntime_genai.dart';
1
likes
160
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin wrapping Microsoft ONNX Runtime GenAI C-API for on-device multimodal inference on Android and iOS devices.

Repository (GitHub)
View/report issues

Topics

#onnx #ai #genai #onnxruntime #onnxruntime-genai

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_onnxruntime_genai

Packages that implement flutter_onnxruntime_genai