flutter_genui_kit 1.0.0
flutter_genui_kit: ^1.0.0 copied to clipboard
Runtime GenUI toolkit for Flutter with safe AI-driven widget generation, fallbacks, and live preview tooling.
Changelog #
1.0.0 #
- Added semantic action dispatching with
GenUiActionRegistry. - Added runtime theme tokens for colors, spacing, and radii.
- Added schema policy enforcement for payload size, depth, node count, and allowed widget types.
- Added schema version migrations and surfaced diagnostics in controller state and live preview.
- Updated docs and example to demonstrate provider-agnostic LLM integration.
0.1.0 #
- Initial release of
flutter_genui_kit. - Added safe GenUI schema parsing and rendering.
- Added AI adapter hooks with controller-driven fallback handling.
- Added live preview widget and baseline tests.