onde_inference 0.1.2 copy "onde_inference: ^0.1.2" to clipboard
onde_inference: ^0.1.2 copied to clipboard

On-device LLM inference for Flutter & Dart. Run Qwen 2.5 models locally with Metal on iOS and macOS, CPU on Android and desktop. No cloud, no API key.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add onde_inference

With Flutter:

 $ flutter pub add onde_inference

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

dependencies:
  onde_inference: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:onde_inference/onde_inference.dart';
7
likes
0
points
512
downloads

Publisher

verified publisherondeinference.com

Weekly Downloads

On-device LLM inference for Flutter & Dart. Run Qwen 2.5 models locally with Metal on iOS and macOS, CPU on Android and desktop. No cloud, no API key.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation

More

Packages that depend on onde_inference

Packages that implement onde_inference