simple_json icon indicating copy to clipboard operation
simple_json copied to clipboard

DateTime is failing

Open sgehrman opened this issue 3 years ago • 2 comments

NoSuchMethodError (NoSuchMethodError: Class 'DateTime' has no instance method 'toJson'. Receiver: Instance of 'DateTime' Tried calling: toJson())

sgehrman avatar Jun 16 '21 23:06 sgehrman

Seems the code might fail with DateTime? date;

The question mark.

sgehrman avatar Jun 17 '21 00:06 sgehrman

I made a PR that fixes this.

sgehrman avatar Jun 17 '21 02:06 sgehrman