flutter_json_render 0.2.0 copy "flutter_json_render: ^0.2.0" to clipboard
flutter_json_render: ^0.2.0 copied to clipboard

Guardrailed JSON-to-Widget renderer for Flutter and Dart.

0.2.0 #

  • Added JSON Patch support with JsonPatchOperation, JsonPatchOp, and applyJsonPatch
  • Added streaming compiler API JsonSpecStreamCompiler for JSONL full specs and incremental patch lines
  • Expanded JsonCatalog.prompt() with richer schema metadata (JsonPropDefinition, JsonPromptOptions)
  • Enhanced standard component catalog definitions with prop schemas for stronger prompt generation
  • Added a full multi-case /example app (counter, repeat/item scope, dynamic cond props, async actions, stream simulation)
  • Expanded test coverage for patching, streaming, and prompt generation
  • Updated README with streaming and example usage docs
  • Updated package metadata for publishing readiness

0.1.0 #

  • Initial Flutter/Dart library implementation inspired by vercel-labs/json-render
  • Added flat spec model (JsonRenderSpec, JsonElement, actions/repeat support)
  • Added guarded catalog and registry APIs (JsonCatalog, JsonRegistry)
  • Added JsonRenderer with visibility, repeat, dynamic value resolution, and event-action dispatch
  • Added built-in standard component set for Material widgets
  • Added spec validation API (validateSpec)
  • Added widget and unit tests for rendering, action execution, visibility, and repeat
1
likes
0
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

Guardrailed JSON-to-Widget renderer for Flutter and Dart.

Repository (GitHub)
View/report issues

Topics

#flutter #json-ui #dynamic-ui #widget-rendering #llm-ui

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_json_render