dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.56k forks source link

[First party package suggestion] Dart needs a native webp encoder #49540

Open jimmyff opened 2 years ago

jimmyff commented 2 years ago

I know this is the SDK repo, but I don't know where to raise this.

Dart is sorely missing native webp encoding. Image is the most popular package and the maintainer doesn't have the time to work on it. Perhaps the Dart team need to create a first party image encoding package? It's a really hassle having to shoehorn other languages & tech in to do this task in my otherwise exclusively dart tech stack.

(If it were a package I could make myself I would!)

Thanks,

Jeanno commented 11 months ago

@jimmyff Have you found any alternatives?