zetic_mlange 1.9.1
zetic_mlange: ^1.9.1 copied to clipboard
Flutter FFI SDK for running ZeticMLange on-device AI models on Android and iOS.
1.9.1 #
Flutter v1.9.1.
- Aligned Flutter RAG APIs with Android and iOS by moving RAG generation to
RagPipeline. - Removed model-level RAG helper methods from
ZeticMLangeLLMModel.
1.9.0 #
Flutter v1.9.0.
- Made Flutter model lifecycle closes idempotent and guarded post-close FFI calls.
- Aligned LLM lifecycle naming around
close()while keeping deprecateddeinit()compatibility. - Added LFM-VL image+text runtime APIs for supported local vision-language models.
- Added function calling APIs for LLM tool-use workflows.
- Added on-device RAG APIs for retrieval and context-grounded generation.
- Added KV state persistence APIs for saving, loading, and resetting LLM state.
1.8.1 #
Flutter v1.8.1.
- Fixed Android Gradle configuration for published pub.dev packages by removing the plugin-local
local.propertieslookup.
1.8.0 #
Flutter v1.8.0.
- Initial pub.dev-ready release of the ZeticMLange Flutter SDK.
- Added Dart API wrappers for ZeticMLange general, Hugging Face, and LLM models.
- Added tensor-based inference APIs for Android and iOS.
- Added LLM prompt execution and token streaming APIs.
- Added model mode, quantization, target, accelerator, and cache policy options.