easy_json_viewer 1.0.4
easy_json_viewer: ^1.0.4 copied to clipboard
A lightweight and easy-to-use Flutter package for displaying and exploring JSON data visually with expand/collapse, search, and custom themes.
1.0.4 #
- Return the number of focused result.
- Fix issue about scroll in web platform.
- Minor code clean-up and documentation updates.
- Refactored node builder to support more accurate indentation.
1.0.3 #
- Support next/back results after searched.
- Minor code clean-up and documentation updates.
- Refactored node builder to support more accurate indentation.
1.0.2 #
- Added sort by
key
if need
1.0.1 #
- Fixed padding and layout issues for nested nodes.
- Added support for copying full JSON for
Map
orList
nodes. - Improved scroll behavior for deeply nested structures.
- Refactored node builder to support more accurate indentation.
- Minor code clean-up and documentation updates.
1.0.0 #
- Initial release.
- Display JSON in expandable/collapsible tree structure.
- Support for light/dark/auto themes.
- Highlight search results with customizable color.
- Allow custom rendering of nodes.