json_view 0.2.0+1 copy "json_view: ^0.2.0+1" to clipboard
json_view: ^0.2.0+1 copied to clipboard

outdated

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.dev/documentation

Some thing went wrong 🤔 #

create a new issue & welcome create a pull request

16
likes
0
pub points
91%
popularity

Publisher

verified publisherlaihz.tech

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on json_view