flutter_json 0.0.5
flutter_json: ^0.0.5 copied to clipboard
Flutter package for rendering JSON data as an interactive hierarchical tree structure with customizable appearance and lazy rendering for improved performance.
0.0.5 #
- Added
nodeBuilder
parameter to allow wrapping individual nodes with custom widgets. - Fixed
minNodeHeight
(it is now applied more correctly). - Added
hiddenTextColor
parameter. - Improved JSON equals check to reduce possibly unnecessary JSON processing passes.
- Fixed incorrect controller handling.
- Added pub.dev
topics
.
0.0.4 #
- Added optional
loadingBuilder
anderrorBuilder
to allow custom loading and error widgets. - Switched default progress indicator to
adaptive
style.
0.0.3 #
- Added
primary
andphysics
parameter.
0.0.2 #
- Added
onDoubleTap
callback. - Increased upper sdk constraint to
4.0.0
.
0.0.1+1 #
- Changed sdk constraint to
2.18.0
.
0.0.1 #
- Initial release.