woltapp / blurhash

A very compact representation of a placeholder for an image.
https://blurha.sh
MIT License
15.84k stars 360 forks source link

Added Dart impl. in C #250

Closed dhikshithrm closed 9 months ago

dhikshithrm commented 9 months ago

Hello Wolt Team.

We have ported the C implementation over to dart through dart:ffi, because the pure dart implementation was very slow and it was causing UI freeze.

Our package published over on pub.dev, fixes that issue with the same api for the developers that previously used blurhash_dart and flutter_blurhash.

you may merge it you think it's a good addition to this repo.

dhikshithrm commented 9 months ago

Thanks for the info, that makes sense, removed the submodule section.

jerry-git commented 9 months ago

Thanks! 🍬