json_inspector 1.0.2 copy "json_inspector: ^1.0.2" to clipboard
json_inspector: ^1.0.2 copied to clipboard

An interactive Flutter JSON viewer with expand/collapse, value selection, and copy-to-clipboard features. Ideal for debugging, inspecting, and visualizing JSON data.

Changelog #

1.0.2 - 06-12-2024 #

Linter and Analyzer Fixes #

1.0.1 - 03-12-2024 #

Downgraded minimum Flutter SDK version to 3.0.0 #

1.0.0 - 03-12-2024 #

First stable release of the JSON Inspector package #

0.0.2 - 03-12-2024 #

Updated README.md #

0.0.1 - 03-12-2024 #

Added #

  • Initial release of the JSON Inspector package
  • Core JSON visualization functionality
    • Interactive tree view of JSON data
    • Expandable/collapsible nodes for objects and arrays
    • Node selection with highlight
    • Copy to clipboard functionality
    • Visual indicators for array length and object key count
    • Color-coded keys and values
    • Support for all JSON data types (null, boolean, number, string, array, object)

Features #

  • Customizable styles for keys and values through keyStyle and valueStyle parameters
  • Option to set initial expansion state through initiallyExpanded parameter
  • Long press gesture to copy values to clipboard
  • Automatic indentation for nested structures
  • Visual feedback for selected items
  • Built-in scroll support for large JSON structures

Documentation #

  • Added comprehensive README with usage examples
  • Included example project demonstrating key features
  • Added inline documentation for all public APIs
4
likes
150
points
167
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

An interactive Flutter JSON viewer with expand/collapse, value selection, and copy-to-clipboard features. Ideal for debugging, inspecting, and visualizing JSON data.

Repository (GitHub)
View/report issues

Topics

#json #debug #inspector

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on json_inspector