json_view 0.2.0+1
json_view: ^0.2.0+1 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.
json_view #
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.
[preview]
Highlight #
- π json type highlight.
- π¦ lazy load large list & map.
- π not bad performance.
Usage #
- simple usage
JsonView(json: data)
- customize style
JsonConfig(
/// your customize color scheme
color: JsonColorScheme(...),
/// any widget will contain jsonView
child: ...,
)
API reference #
pub.flutter-io.cn/documentation
Some thing went wrong π€ #
create a new issue & welcome create a pull request