ollama_easy 0.2.0 copy "ollama_easy: ^0.2.0" to clipboard
ollama_easy: ^0.2.0 copied to clipboard

A Flutter-friendly Ollama client with one-line prompts, typed chat, streaming, embeddings, and model helpers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ollama_easy

With Flutter:

 $ flutter pub add ollama_easy

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

dependencies:
  ollama_easy: ^0.2.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_easy/ollama_easy.dart';
1
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter-friendly Ollama client with one-line prompts, typed chat, streaming, embeddings, and model helpers.

Repository (GitHub)
View/report issues

Topics

#ollama #flutter #llm #ai #local-ai

License

MIT (license)

Dependencies

http

More

Packages that depend on ollama_easy