gskinner / image_fade

BSD 2-Clause "Simplified" License
29 stars 10 forks source link

Low Res image placeholder #4

Closed gedw99 closed 5 years ago

gedw99 commented 5 years ago

What about providing a placeholder that loads a low resolution image from the server whilst the full resolution is still downloading ?

gskinner commented 5 years ago

You can set the placeholder to a Image.network(). It won't show loading progress for the placeholder, but I suspect that you wouldn't want that anyway. Let me know if that doesn't do what you need.