pretty_json_view 0.0.5
pretty_json_view: ^0.0.5 copied to clipboard
A Flutter package that provides a beautiful and interactive JSON tree viewer with features like collapsible nodes, search, and copy functionality.
0.0.5 #
- Change input json format to support more complex json
- Change expand and collapse event to be customizable
0.0.4 #
- Add data update support: JsonTreeView now properly handles jsonData updates
- Change default initiallyExpanded to true
- Optimize example with data switching feature
0.0.3 #
- Initial release with core features:
- Tree view visualization of JSON data
- Search functionality with highlighted results
- Customizable styles and themes
- Selectable text content
- Dark mode support
- Expandable/collapsible nodes
- Customizable indentation and spacing