genui_x 0.0.13
genui_x: ^0.0.13 copied to clipboard
Connect any LLM — Claude, OpenAI, Gemini, Ollama, or a custom proxy — to Google's genui (Generative UI) framework with one Transport.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add genui_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
genui_x: ^0.0.13Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:genui_x/genui_x.dart';