voo_json_tree 0.1.1
voo_json_tree: ^0.1.1 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.1 - 2026-02-19 #
Changed #
- Updated
testdependency from^1.25.0to^1.28.0 - Fixes dependency resolution conflict with Flutter SDK's
matcher0.12.18
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