my_json_view 1.0.1
my_json_view: ^1.0.1 copied to clipboard
A customizable Flutter widget for displaying JSON data in a tree view with search and expand/collapse functionality.
1.0.1 #
- Bump version to 1.0.1
- Improve documentation and inline code comments
- Update example app to demonstrate JSON tree and raw code editor
- Minor cleanup in README
1.0.0 #
- Initial stable release of MyJsonView.
- Features:
- Interactive tree view with expand/collapse functionality.
- Search and highlight for keys and values.
- Customizable appearance with
MyJsonViewStyle
. - Selectable text for easy copying.
- Controller for programmatic control (expand/collapse, filtering).