simple_json
simple_json copied to clipboard
Fixed DateTime bug
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.