flutter_json_view
flutter_json_view copied to clipboard
Added ability to replace JsonView with Error widget
When passing something not JSON, the assert in the converter will throw an exception.
It seemed much cleaner to me, to instead have it return an Error widget that the developer can style themselves.
Disclaimer: was unable to test if it all works as intended
Examples seem to compile - did not test the replacement yet