flutter_json 0.1.0
flutter_json: ^0.1.0 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.1.0 #
- Fixed possible concurrent modifications to the root node and indices during processing. Fixes #5.
- Added getter for
processingFuture. - Updated/corrected sdk constraints.
Breaking changes: #
JsonWidgetState.rootNodegetter is now nullable.JsonWidgetState.maxDepthgetter is now nullable.JsonWidgetState.getNodePath(int index)method is now nullable.
0.0.6 #
- Fixed alignment regression after min height fix in
0.0.5.
0.0.5 #
- Added
nodeBuilderparameter to allow wrapping individual nodes with custom widgets. - Fixed
minNodeHeight(it is now applied more correctly). - Added
hiddenTextColorparameter. - Improved JSON equals check to reduce possibly unnecessary JSON processing passes.
- Fixed incorrect controller handling.
- Added pub.dev
topics.
0.0.4 #
- Added optional
loadingBuilderanderrorBuilderto allow custom loading and error widgets. - Switched default progress indicator to
adaptivestyle.
0.0.3 #
- Added
primaryandphysicsparameter.
0.0.2 #
- Added
onDoubleTapcallback. - Increased upper sdk constraint to
4.0.0.
0.0.1+1 #
- Changed sdk constraint to
2.18.0.
0.0.1 #
- Initial release.