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.
0.2.0 #
- Added multi-platform support (Android, iOS, Windows, macOS, Linux, Web).
- Updated default model to
qwen2.5:1.5bfor better local performance. - Added a full Flutter Chat UI in the example project.
- Added a CLI tool in
bin/ollama_easy.dartfor terminal testing. - Added built-in support for Android Emulator IP (
10.0.2.2). - Added server connection status checks.
- Improved README documentation.
0.1.0 #
- Initial release.
- Add one-line prompt generation with
ask()andaskStream(). - Add typed chat helpers, structured JSON helper, embeddings, model listing, pull progress, version checks, and local/cloud constructors.