onde_cli 0.3.1 copy "onde_cli: ^0.3.1" to clipboard
onde_cli: ^0.3.1 copied to clipboard

Dart launcher for the Onde Inference CLI that downloads the right native binary on first run.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate onde_cli

Use it

The package has the following executables:

$ onde

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add onde_cli

With Flutter:

 $ flutter pub add onde_cli

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

dependencies:
  onde_cli: ^0.3.1

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_cli/onde_cli.dart';
1
likes
130
points
82
downloads

Documentation

API reference

Publisher

verified publisherondeinference.com

Weekly Downloads

Dart launcher for the Onde Inference CLI that downloads the right native binary on first run.

Topics

#cli #ai #llm #on-device #inference

License

Apache-2.0 (license)

More

Packages that depend on onde_cli