json_view 0.3.0
json_view: ^0.3.0 copied to clipboard
A json preview package that has a not bad performance. lazy load json tree node that cause less jank. Support display large list json data like chrome dev tool.
CHANGELOG #
0.3.0 #
- add animation (with duration & curves). @P-B1101
- add null value background. @P-B1101
- add more configuration. @laiiihz
- add key & value style. @P-B1101
- custom arrow widget. @@P-B1101
- global configuration for arrow(WIP). @laiiihz
0.2.1 #
- flutter formatted.
0.2.0 #
- rewrite project.
- display large list json data like chrome dev tool.
0.1.1 #
- add json color setting
- add animation duration setting
0.1.0 #
- refactor json view (no api changes)
0.0.2 #
- fix path not update.
0.0.1 #
- init.