Kevin Moore
Kevin Moore
give me the output of `flutter --doctor`
or `flutter doctor`
It'll likely be tricky with BuiltValue. json_serializable does support List or, really List On Thu, Dec 9, 2021 at 11:27 AM Simon ***@***.***> wrote: > [image: image] > > Here...
Requires a feature in pkg:meta - https://github.com/dart-lang/sdk/issues/47312
No update @jld3103 – waiting on the linked SDK issue 🤷
See also https://github.com/dart-lang/sdk/issues/35693
@Ryotaguchi0803 idea seems good here!
More likely to go with something like https://github.com/google/json_serializable.dart/pull/1178/
No update. Pondering the best way to implement this. I'd like go with – maybe – an enum `enum IncludeWith { both, toJson, fromJson, ignore}` and default to `both`. Then...