Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.36 KB

Changelog

2.0.0 - 09-12-2024

Updated

  • Upgrade minimum Flutter SDK version to 3.5.4
  • Upgrade Linter and Analyzer Fixes

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