voo_json_tree 0.1.0
voo_json_tree: ^0.1.0 copied to clipboard
A feature-rich JSON tree viewer/editor widget for Flutter with collapsible nodes, syntax highlighting, search, and editing capabilities.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2024-01-01 #
Added #
- Initial release of voo_json_tree
- Core JSON tree visualization with collapsible nodes
- Syntax highlighting by value type (string, number, boolean, null)
- Search functionality with navigation between results
- Copy path and value to clipboard
- Keyboard navigation support
- Multiple theme presets (dark, light, VS Code, Monokai)
- Custom theme support
- Context menu with actions
- Path breadcrumb navigation
- JsonTreeController for external state management
- Factory constructors for common use cases
- Comprehensive configuration options