flutter_json_view 1.1.4 flutter_json_view: ^1.1.4 copied to clipboard
Displaying json models in a Flutter widget with customization.
1.1.3 #
- Replace self linter with flutter_lints
- Fix linter issues
- Format files
1.1.2 #
- Update sdk version to '>=2.15.0 <4.0.0'
1.1.1 #
- Add topics in pubspec.yaml
1.1.0 #
- Add ErrorBuilder method for custom error states builders
- Make errorWidget Deprecated
Thanks lionnner
1.0.0 #
- FEAT: Implement JsonViewType {base, collapsed}
- FEAT: Implement defaultTextStyle
- FEAT: Implement backgroundColor for JsonView widget
0.6.1 #
Fix formatting issues
0.6.0 #
- Implement primitiveJsonItemBuilder for custom json item UI
Thanks qcks
0.5.0 #
- Fix empty List bug
Thanks pxz8858
0.4.0 #
- Make format and fix analyser issues
0.3.1 #
- Update android example to new kotlin version
Thanks codemaker2015
0.3.0 #
- Make text with the possibility of selection
0.2.1 #
- Small refactoring
- Update example
0.2.0 #
- Add map constructor to build widget from json objects without serialization
0.1.2 #
- Fix naming separator -> separator
0.1.1 #
- Fix pub issues
- Fix README file paths
0.1.0 #
- Create initial package functionality
- Add 2 construktors for asset json files & common json strings