Async image loading I did a quick search and didn'...
# compose-desktop
e
Async image loading I did a quick search and didn't find anything here, but I'm curious if people use a library or some expect/actual implementation for async image loading?
m
I use https://github.com/qdsfdhvh/compose-imageloader/ Its similar to the android library Coil and it has a lot of nice features
e
Thank you sir!
I must say
qdsfdhvh
sounds a bit random and has me curious 🙂
Interestingly it fails directly.
m
Did you configure it?
e
ohhh.. Let me try that. Missed that it wants me to create a comp. Local. The error message I got was pretty cryptic though
Got it working. Had to override the default coroutine scope as well.
m
👍
s
Thank you, and you use it better than we do.😂