ollama_easy 0.2.0
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_easyWith Flutter:
$ flutter pub add ollama_easyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ollama_easy: ^0.2.0Alternatively, 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';