ollama_dart 0.3.0 copy "ollama_dart: ^0.3.0" to clipboard
ollama_dart: ^0.3.0 copied to clipboard

Dart Client for the Ollama API (run Llama 4, Gemma 3, Phi4, Mistral, Qwen3 and other models locally).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ollama_dart

With Flutter:

 $ flutter pub add ollama_dart

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

dependencies:
  ollama_dart: ^0.3.0

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:ollama_dart/ollama_dart.dart';
77
likes
150
points
2.23k
downloads

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

Dart Client for the Ollama API (run Llama 4, Gemma 3, Phi4, Mistral, Qwen3 and other models locally).

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#nlp #gen-ai #llms #ollama

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

freezed_annotation, http, json_annotation, meta

More

Packages that depend on ollama_dart