json_editor 0.0.8
json_editor: ^0.0.8 copied to clipboard
A json editor on flutter.
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 (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 (github.com)
0.0.1 #
Initial project. Support the follow features:
- Edit json data;
- Support add comment;
- Support show errors for invalid json text;