You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 theAdvancedNetworkSvg
withTransitionToImage
I got type error. Is there any way I can useTransitionToImage
for SVG?Thanks in advance.
The text was updated successfully, but these errors were encountered: