Releases: leehack/genui_genkit
Releases · leehack/genui_genkit
Release list
v0.2.0
- 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 tomain. - Moved the opt-in LiteRT-LM device smoke and GenUI benchmark out of
integration_testso default integration runs do not launch their
heavyweight targets.
v0.1.1
genui_genkit 0.1.1
This release adds Android LiteRT-LM support to the hybrid Flutter GenUI example and validates Gemma 4 E2B LiteRT-LM on a real Pixel 9 Pro.
Highlights
- Added
.litertlmmodel detection and LiteRT-LM backend selection (auto,cpu,gpu,npu) for the hybrid Flutter example. - Updated the Flutter example to
genkit_llamadart ^1.3.2,llamadart ^0.7.2,genui ^0.9.2, andjson_schema_builder ^0.1.5. - Updated the backend example to
genkit_llamadart ^1.3.2andgenkit_shelf ^0.1.7. - Allowed the provider-neutral root adapter to resolve Genkit 0.14 and Schemantic 0.2.
- Removed misleading llama.cpp-only load knobs from LiteRT-LM model params, loading status, and performance telemetry.
- Added gated Android integration tests for LiteRT-LM smoke and GenUI benchmark runs.
Validation
- CI passed for Package, Flutter example, and Backend example.
flutter pub publish --dry-runpassed with 0 warnings.panascore: 150/160.- Pixel 9 Pro Gemma 4 LiteRT-LM benchmark: score 100,
loadMs=5761,timeToFirstChunkMs=5105,turnMs=64191,errorCount=0.
Published to pub.dev: https://pub.dev/packages/genui_genkit/versions/0.1.1
0.1.0
genui_genkit 0.1.0
Initial experimental release of genui_genkit, published to pub.dev on 2026-05-25.
Highlights
- Added the 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.
Published to pub.dev: https://pub.dev/packages/genui_genkit/versions/0.1.0