v0.4.2json_view
좋은 성능을 갖춘 JSON 미리보기 패키지입니다. JSON 트리 노드를 지연로딩하여 더 적은 잼프를 유발합니다. Chrome 개발자 도구처럼 대규모 리스트 JSON 데이터를 표시할 수 있습니다.
23좋아요 8천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