ai_ui_render 0.1.0
ai_ui_render: ^0.1.0 copied to clipboard
AI-driven JSON to Flutter UI rendering framework. Safely generate Flutter UI from AI prompts with guardrailed component catalogs, streaming support, visibility conditions, and rich action handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_ui_renderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_ui_render: ^0.1.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_ui_render/ai_ui_render.dart';