v0.4.2json_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.
23Likes 8K30-day downloads150Pub points
AndroidiOSWebmacOSWindowsLinux
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.
{"sdk":"flutter"}^2.0.1{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
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