Something I noticed was that dart:convert has its own codecs that act as stream transformers and can be composed.
Consider including some way to get a Codec out of Codables, and maybe Converters out of Encoders and Decoders
I tried to play around with it, but Im not familiar enough with it to do so
Something I noticed was that
dart:converthas its own codecs that act as stream transformers and can be composed.Consider including some way to get a
Codecout ofCodables, and maybeConverters out ofEncoders andDecodersI tried to play around with it, but Im not familiar enough with it to do so