You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I might be out of the loop, but it looks to me that this was removed in #85, since then it seems to be supported by json_serializable (google/json_serializable.dart#585), and it does indeed seem to work locally.
Can this functionality be added back? I.e. so the generated code will be
Hello @budde377!
Yeah, given this was fixed on json_serializable in August, it should be reverted here as well.
Could you open a PR with this fix? I'd greatly appreciate that!
Thanks for a great project. I've recently encountered an argument error with parsing enum values in lists, e.g.
Here the above will generate the code
I might be out of the loop, but it looks to me that this was removed in #85, since then it seems to be supported by
json_serializable
(google/json_serializable.dart#585), and it does indeed seem to work locally.Can this functionality be added back? I.e. so the generated code will be
The text was updated successfully, but these errors were encountered: