Skip to content

Releases: leehack/genui_genkit

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:26
1545bc5
  • 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_core message types.
  • Upgraded the hybrid and backend examples to genkit_llamadart 1.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_test so default integration runs do not launch their
    heavyweight targets.

v0.1.1

Choose a tag to compare

@leehack leehack released this 07 Jun 04:04
95a72bd

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 .litertlm model 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, and json_schema_builder ^0.1.5.
  • Updated the backend example to genkit_llamadart ^1.3.2 and genkit_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-run passed with 0 warnings.
  • pana score: 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

Choose a tag to compare

@leehack leehack released this 07 Jun 04:05
b001417

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_shelf integration.
  • 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_genkit to 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