simple_json icon indicating copy to clipboard operation
simple_json copied to clipboard

Fixed DateTime bug

Open sgehrman opened this issue 4 years ago • 0 comments

The only lines that fix the bug are 'DateTime?': const DefaultISO8601DateConverter(), 'Duration?': const DefaultDurationConverter(),

The rest is just package updates.

Also, in pubspec.yaml I had to include the mapper with git, so you probably want to fix that if you publish the changes.

sgehrman avatar Jun 17 '21 02:06 sgehrman