genkit_flutter_gemma 0.1.1
genkit_flutter_gemma: ^0.1.1 copied to clipboard
Genkit Dart plugin for flutter_gemma - local on-device AI inference via Google Gemma models.
0.1.1 #
- Bump flutter_gemma dependency to ^0.12.8
- Add
toolChoiceconfig option ('auto', 'required', 'none') passed to model chat session - Support
ParallelFunctionCallResponse— multiple tool calls in a single model response - Add
latencyMsto ModelResponse for generation profiling - Fix
FakeEmbeddingModelcompatibility with flutter_gemma 0.12.8taskTypeparameter
0.1.0 #
- Initial release
- Genkit model provider wrapping flutter_gemma
- Text generation (blocking and streaming)
- Embeddings via FlutterGemmaEmbedder
- Multimodal input (images, audio)
- Function calling / tool use
- Thinking mode (DeepSeek-style reasoning)
- Configurable via
@Schema()-annotated options - Example app with Chat, Embeddings, Tools, Settings tabs