I am using the flutter_svg package for network svg images but some images can't be loaded. It shows this error.
I trying with this image and code.
SvgPicture.network(
"https://cdn.coinranking.com/ryY28nXhW/ada.svg",
height: 20,
width: 20,
),
this link is working fine on the browser.