Schema-first Flutter UI composer for genui / a2ui.
- Drag widgets to a canvas and reorder them.
- Generate A2UI schema JSON from the canvas.
- Copy generated schema and paste into your Flutter code.
- Render schema instantly in a live preview.
- Generate/iterate schema from prompts using
genui_google_generative_ai. - Open
Dartantic Labfrom the header to generategenui_dartanticprovider setup snippets.
- Firebase AI logic is not used.
- Gemini is used through
genui_google_generative_ai. - You can enter your own Gemini API key directly in the app UI.
flutter pub get
flutter runpackages/a2ui_schema_builder: reusable schema generation core used by the workbench.