flutter_json 0.0.4
flutter_json: ^0.0.4 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.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.