v0.4.2json_view
一个性能不错的 JSON 预览包。懒加载 JSON 树节点,减少卡顿。支持像 Chrome 开发者工具一样显示大型列表 JSON 数据。
23喜欢 8000近 30 天下载150Pub 分数
AndroidiOSWebmacOSWindowsLinux
一个性能不错的 JSON 预览包。懒加载 JSON 树节点,减少卡顿。支持像 Chrome 开发者工具一样显示大型列表 JSON 数据。
{"sdk":"flutter"}^2.0.1{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
Pub Version Pub Popularity Pub Points Pub Publisher
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.
./resources/preview.png
JsonView(json: data)
JsonConfig(
/// your customize configuration
data: JsonConfigData(
animation: true,
animationDuration: Duration(milliseconds: 300),
animationCurve: Curves.ease,
itemPadding: EdgeInsets.only(left: 8),
color: JsonColorScheme(
stringColor: Colors.grey,
),
style: JsonStyleScheme(
arrow: const Icon(Icons.arrow_right),
)
),
/// any widget will contain jsonView
child: ...,
)
TESTSListTile & MapTile didChangeDependenciescreate a new issue & welcome create a pull request