time_machine icon indicating copy to clipboard operation
time_machine copied to clipboard

Any plans to support json_serializable builder

Open gustavomonarin opened this issue 6 years ago • 0 comments

Currently https://pub.dev/packages/json_serializable returns an unsupported type error:

[SEVERE] json_serializable:json_serializable on lib/oxxxx_model.dart:
Error running JsonSerializableGenerator
Could not generate `fromJson` code for `foundingDate`.
None of the provided `TypeHelper` instances support the defined type.
package:origins_app/origin_model.dart:60:19
   ╷
60 │   final LocalDate foundingDate;
   │                   ^^^^^^^^^^^^
   ╵

gustavomonarin avatar Mar 24 '20 11:03 gustavomonarin