liquid_ai 1.2.2
liquid_ai: ^1.2.2 copied to clipboard
Run on-device AI models in Flutter with LEAP SDK. Supports text generation, streaming chat, structured output, function calling, and vision.
Changelog #
1.2.0 - 2026-02-02 #
Features #
- android, ios: implement cache management and model download features (1472a7a)
- app: enhance settings and model selection screens (a1e2398)
- deps: add dependabot configuration for Dart/Flutter and GitHub Actions (21e9c81)
- docs: update README and add example for liquid_ai package (e5ebb4e)
- ios: update minimum iOS and macOS versions to 17.0 and 14.0 (48b6167)
- lib: add conversation (394e4bc)
- lib: add LEAP SDK (ace44c3)
- lib: add model download functionality (1c47b8c)
- lib: add schema support (bb497ab)
- lib: add structured output handling (dfb7d18)
- lib: add tool calling functionality (2bb0f19)
- lib: add vision and audio models (bce955a)
- lib: use function call parser (accba7f)
- model_catalog: add f16 quantization and update standard quantizations (4ff307f)
- model_catalog: enhance model descriptions and add new models (f66c958)
- model_manager: implement model lifecycle management with loading and unloading (ec73e7f)
- model_runner_manager: add context parameter and cleanup for partial downloads (d99e876)
- models: add load options for model loading configuration (0fea06e)
- models: add loadModelFromPath method and related events (1a25a83)
- models: add model manifest and download methods for models (ea23681)
- test: add unit tests for ModelManifest class functionality (95f64f8)
- tools_state: enhance natural language response generation with context (62e3393)
- tools: implement real weather fetching from Open-Meteo API (427bf90)
Bug Fixes #
1.1.0 - 2026-02-02 #
Features #
- android, ios: implement cache management and model download features (1472a7a)
- app: enhance settings and model selection screens (a1e2398)
- deps: add dependabot configuration for Dart/Flutter and GitHub Actions (21e9c81)
- docs: update README and add example for liquid_ai package (e5ebb4e)
- ios: update minimum iOS and macOS versions to 17.0 and 14.0 (48b6167)
- lib: add conversation (394e4bc)
- lib: add LEAP SDK (ace44c3)
- lib: add model download functionality (1c47b8c)
- lib: add schema support (bb497ab)
- lib: add structured output handling (dfb7d18)
- lib: add tool calling functionality (2bb0f19)
- lib: add vision and audio models (bce955a)
- lib: use function call parser (accba7f)
- model_catalog: add f16 quantization and update standard quantizations (4ff307f)
- model_catalog: enhance model descriptions and add new models (f66c958)
- model_manager: implement model lifecycle management with loading and unloading (ec73e7f)
- model_runner_manager: add context parameter and cleanup for partial downloads (d99e876)
- models: add load options for model loading configuration (0fea06e)
- models: add loadModelFromPath method and related events (1a25a83)
- models: add model manifest and download methods for models (ea23681)
- test: add unit tests for ModelManifest class functionality (95f64f8)
- tools_state: enhance natural language response generation with context (62e3393)
- tools: implement real weather fetching from Open-Meteo API (427bf90)
Bug Fixes #
1.0.0 - 2026-02-02 #
Features #
- android, ios: implement cache management and model download features (1472a7a)
- app: enhance settings and model selection screens (a1e2398)
- deps: add dependabot configuration for Dart/Flutter and GitHub Actions (21e9c81)
- docs: update README and add example for liquid_ai package (e5ebb4e)
- ios: update minimum iOS and macOS versions to 17.0 and 14.0 (48b6167)
- lib: add conversation (394e4bc)
- lib: add LEAP SDK (ace44c3)
- lib: add model download functionality (1c47b8c)
- lib: add schema support (bb497ab)
- lib: add structured output handling (dfb7d18)
- lib: add tool calling functionality (2bb0f19)
- lib: add vision and audio models (bce955a)
- lib: use function call parser (accba7f)
- model_catalog: add f16 quantization and update standard quantizations (4ff307f)
- model_catalog: enhance model descriptions and add new models (f66c958)
- model_manager: implement model lifecycle management with loading and unloading (ec73e7f)
- model_runner_manager: add context parameter and cleanup for partial downloads (d99e876)
- models: add load options for model loading configuration (0fea06e)
- models: add loadModelFromPath method and related events (1a25a83)
- models: add model manifest and download methods for models (ea23681)
- test: add unit tests for ModelManifest class functionality (95f64f8)
- tools_state: enhance natural language response generation with context (62e3393)
- tools: implement real weather fetching from Open-Meteo API (427bf90)
Bug Fixes #
- method_channel: correct optional parameters in createConversation and sendMessage (1e8829b)
0.0.1 #
- TODO: Describe initial release.