most_key_value_editor 0.0.2
most_key_value_editor: ^0.0.2 copied to clipboard
Highly customizable JSON editor based on `package:most_schema_parser`.
0.0.2 #
- Add
MostValidatorconcept:- Allows to add custom validators to the key-value editor.
- Validation works as before with 0 changes.
- For the usage please refer to
example/
0.0.1 #
- Initial release.
- Added editor:
- Added
MostKeyValueEditor - Added
MostKeyValueEditorController - Added
PropertyBuilder - Added
JsonReaderWriter - Added
JsonPropertyReaderWriter - Added
ValidationResult - Added
ValidationMessage
- Added
- Added widgets:
- Added
ValuePropertyView - Added
NestingIndicatorView - Added
ValidationStateView - Added
PropertyNameView - Added
StringFormField
- Added
- Added extensions:
- Added
LightnessColorExtension - Added
HexColorExtension
- Added