genui_builder 1.0.0
genui_builder: ^1.0.0 copied to clipboard
AST code generator for inspecting Generative UI components.
1.0.0 #
- Initial public release of the GenUI code generator package.
- Includes the annotation-driven
GenerativeUIGeneratorthat emits per-widget.genui.g.dartfiles. - Includes the registry builder that scans annotated source files and writes
lib/genui_registry.g.dart. - Generates catalog items, schema helpers, and the global catalog used by the example app.
- Converts widget constructor fields into JSON schema definitions and generated widget factories.