json_editor_2 0.1.2
json_editor_2: ^0.1.2 copied to clipboard
A json editor on flutter,The project is forked from https://github.com/youngchan1988/json_editor_2, and modified to support passing and modifying custom TextFiledController..
0.0.8 #
- merge PR#9
0.0.7 #
0.0.6 #
0.0.5 #
0.0.4 #
- fix: Embedded arrays parsing error · Issue #2 · youngchan1988/json_editor_2 (github.com)
- Support Undo (ctrl+z), Redo (ctrl+shift+z)
0.0.3 #
- Fix call
setState
after dispose.
0.0.2 #
- Add json data model to storage key, value and comment;
- New api;
- fix Editor not updating · Issue #1 · youngchan1988/json_editor_2 (github.com)
0.0.1 #
Initial project. Support the follow features:
- Edit json data;
- Support add comment;
- Support show errors for invalid json text;