json_editor_flutter 1.4.2 json_editor_flutter: ^1.4.2 copied to clipboard
Edit your JSON object with the help of this package. Create and delete objects using this user friendly widget.
1.4.2 #
- [Added]:
expandedObjects
parameter to expand the objects.
1.4.1 #
- [Added]:
hideEditorsMenuButton
parameter to hide the editors menu button.
1.4.0 #
- [Optimization]: Search functionality, only expands the required objects.
- [Removed]:
beforeScrollDuration
parameter.
1.3.1 #
- [Removed]: Default sorting
1.3.0 #
1.2.1 #
- [Added]: Tree view can be expanded/collapsed on key pressed.
1.2.0 #
- [Fix]:
onChanged
method provides a copy of data. - [Added]:
actions
paramater. - [Added]: Expand and Collapse All buttons.
1.0.1 #
- [Fix]: could edit key in last object when
enableKeyEdit
wasfalse
. - [Added]:
enableValueEdit
that lets you stop editing a value.
1.0.0 #
0.1.0 #
json
now takes aString
.- [Added] undo button.
0.0.4 #
- [Fix] Bidirectional scrolling.
- [Change] Delete Icon on the left.
0.0.3 #
- [Added] color
Color?
parameter for editor theme.
0.0.2 #
- [Added] Expand all and collapse all button.
0.0.1 #
- Initial development release.