@filiph There are plenty of slop translations on pub.dev too, though. These are all literal translations of the source library and miss what makes Dart so nice (like composing with streams, sinks and converters, or using the type system effectively).
But to be fair we've had a good share of those well before LLMs. So as usual it's gotten easier, but knowing what you're doing is still key.
> These are all literal translations of the source library and miss what makes Dart so nice
I would also much rather have libraries that are made from the ground up by Dart programmers in proper Dart style. But, FWIW, if I can't have that but there's a well-tested non-dartisan library, I'll take that.