genui_genkit 0.2.0
genui_genkit: ^0.2.0 copied to clipboard
Build Flutter GenUI sessions backed by Genkit models, remote Genkit flows, and hybrid local/remote AI routes.
Changelog #
0.2.0 - 2026-07-28 #
- Added guarded release-preparation automation that tags the exact merged commit, publishes it to pub.dev, and creates the matching GitHub Release.
- Added compatibility with Genkit 0.15, GenUI 0.10, and the extracted
a2ui_coremessage types. - Upgraded the hybrid and backend examples to
genkit_llamadart1.4.0 and the current compatible Genkit, provider, server, llamadart, and GenUI packages. - Raised the hybrid example's macOS deployment target to 14.0, adopted
Flutter's Swift Package Manager integration, and made its macOS integration
smoke run automatically for relevant pull requests and pushes to
main. - Moved the opt-in LiteRT-LM device smoke and GenUI benchmark out of
integration_testso default integration runs do not launch their heavyweight targets.
0.1.1 - 2026-06-07 #
- Added GitHub Actions CI and tag-driven pub.dev release workflow automation.
- Added a manual macOS integration smoke workflow for the hybrid Flutter example.
- Documented Android Gemma 4 LiteRT-LM validation for the hybrid Flutter
example and updated its local
genkit_llamadart/llamadartdependency floors. - Removed misleading llama.cpp-only load knobs from LiteRT-LM model params, loading status, and per-turn performance telemetry.
- Widened the provider-neutral adapter constraints to allow Genkit 0.14 and
Schemantic 0.2 while the local-model examples remain on the
genkit_llamadart-compatible Genkit 0.13 line.
0.1.0 #
- Initial experimental workspace for GenUI + Genkit integration.
- Added Flutter session/client package with Genkit, remote Genkit flow, custom SSE, and hybrid backends.
- Added on-device llamadart examples using llamadart's model download/cache manager through
genkit_llamadart. - Added a backend-mode example server using Genkit's official
genkit_shelfintegration. - Added a hybrid macOS Flutter example with configurable local llamadart, direct Gemini, and backend Genkit routes.
- Added per-turn metadata builders for dynamic hybrid route configuration.
- Promoted
genui_genkitto a single root package layout. - Tightened analysis options and added contributor/pub.dev readiness docs plus package examples.