google / json_serializable.dart

Generates utilities to aid in serializing to/from JSON.
https://pub.dev/packages/json_serializable
BSD 3-Clause "New" or "Revised" License
1.55k stars 397 forks source link

JsonEnum is not being generated when is not referenced in JsonSerializable #1435

Open subzero911 opened 3 months ago

subzero911 commented 3 months ago

Plain JsonEnum

image

is never generated, even if I set alwaysCreate: true

While enum referenced in JsonSerializable class does:

image image

Seems like point 2 is not working:

image

json_serializable: ^6.8.0 Flutter 3.22.2