ai_bridge_genui 1.0.0
ai_bridge_genui: ^1.0.0 copied to clipboard
Server-Driven Generative UI framework for flutter_ai_bridge. Dynamically render native Flutter widgets from LLM tool calls using strict JSON Schema.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_bridge_genuiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_bridge_genui: ^1.0.0Alternatively, 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:ai_bridge_genui/ai_bridge_genui.dart';