most_key_value_editor 1.0.0 copy "most_key_value_editor: ^1.0.0" to clipboard
most_key_value_editor: ^1.0.0 copied to clipboard

Highly customizable JSON editor based on `package:most_schema_parser`.

MOST Key-Value Editor

most logo

pub version

Create highly customizable forms from JSON Schema files.

most_key_value_editor screenshot

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 MostJsonSchema;
  • Add MostKeyValueEditor to widget tree MostJsonSchema provided!

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

3
likes
150
points
17
downloads

Publisher

verified publishermost.io

Weekly Downloads

Highly customizable JSON editor based on `package:most_schema_parser`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, json_diff, json_schema, most_schema_parser, recase, scrollable_positioned_list

More

Packages that depend on most_key_value_editor