flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Fade image only when loading from network
Currently, it looks like CachedNetworkImage will fade the image in if its being retrieved from both the network and the disk cache.
Is it possible to specify if a fade should occur only from network retrieval? and then set a Duration.zero for all disc retrievals? (since they should be much faster)
+1 Here
+1
+1
+1