I want a fade in image with a placeholder. After searching through internet I came across FadeInImage.memoryNetwork() and it is working fine as I wanted, but now I also need to call a function when the image is loaded successfully from network, thanks to Image.network() for providing loadingBuilder() function.
But the problem is that I am not able to use both FadeInImage.network() as well as Image.network() simultaneously and I want both the property for my app.
Any suggestions how to put image placeholder using Image.network or other way round how to use loadingBuilder in FadeInImage.memoryNetwork(). Any way round will solve my problem.
Any suggestions is highly appreciated.