mapped_json_schema_editor 0.0.1 copy "mapped_json_schema_editor: ^0.0.1" to clipboard
mapped_json_schema_editor: ^0.0.1 copied to clipboard

Highly customizable JSON editor based on `mapped_json_schema`.

mapped_json_schema_editor

pub version mapped_json_schema pub

[mapped_json_schema_editor screenshot]

Create highly customizable forms from JSON Schema files.

Features #

  • Highly customizable
  • Out-of-the-box support for basic types:
    • booleans
      • { "type": "boolean" }
    • strings
      • { "type": "string" }
    • enums
      • { "type": "string", "enumValues": ["a", "b", "c"] }
    • numbers
      • { "type": "number" }
      • { "type": "integer" }
    • arrays
      • { "type": "array", "items": { "type": "string" } }
  • Out-of-the-box validation support
  • Feature-rich editor controller
  • Built-it search bar for quicker navigation

Usage #

  • Create JsonSchema object;
  • Convert JsonSchema into MappedJsonSchema;
  • Add MappedJsonSchemaEditor to widget tree MappedJsonSchema provided!

For more information on the usage, please, check example/.

4
likes
150
points
1
downloads

Publisher

verified publishermost.io

Weekly Downloads

Highly customizable JSON editor based on `mapped_json_schema`.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_diff, json_schema, mapped_json_schema, recase, scrollable_positioned_list

More

Packages that depend on mapped_json_schema_editor