flutter_advanced_networkimage
flutter_advanced_networkimage copied to clipboard
AdvancedNetworkSvg with TransitionToImage
In my app, I used a customized widget for network image. There, I used TransitionToImage to handle loading & error. I wanted to use it for SVG image loaded from network as well. However when I use the AdvancedNetworkSvg with TransitionToImage I got type error. Is there any way I can use TransitionToImage for SVG?
Thanks in advance.