How to show circular progress when loading an image from URL

This should be simple but I just cant figure it out nor can I find a recent topic which covers this.
I’m loading an image from a URL, it works fine. Is there any way I can add circular progress while the image is being fetched from the URL?
I can do this with webview becasue I see the onPageLoaded option, but I cant figure out a way to do this for an image. Please help

Take a look to this extension by @CarlosPedroza27:

And for this you need to do some adjustments to work like you need ( replace download by when start loadind the image and loading image is finish ) Guide by @themaayur

1 Like