New: your coding agent can read the release notes before it upgrades. Set up the MCP server →
pub.dev
On-device LanguageModel for the Akashi agent framework, backed by flutter_gemma: run agents fully offline, or as the primary in a cloud FallbackModel chain.
Last release 2 months ago
29 Jun 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
1 releases · first in 2026
One column per month.
Initial release of the on-device adapter.
GemmaModel implements LanguageModel over a GemmaBackend seam,
normalizing on-device tokens → TextDeltaPart, thinking → ReasoningDeltaPart,
and function calls → ToolCallCompletePart. No HTTP — proves the contract is
not transport-bound. Pairs with akashi_gateway's FallbackModel. Streaming
honors request.cancel to stop long on-device generation.FlutterGemmaBackend wraps flutter_gemma 1.x's InferenceChat for real device
inference (including parallel function calls); the GemmaBackend seam keeps
normalization testable offline. Requires Dart ≥3.12 / Flutter ≥3.44.GemmaProvider mints GemmaModels over a shared backend.Your coding agent can read these notes before it upgrades. Set up the MCP server →