flutter_svg icon indicating copy to clipboard operation
flutter_svg copied to clipboard

How do I handle errors?

Open GeylanKalafMohe opened this issue 1 year ago • 0 comments

How do I handle error when loading SVG from network? Currently I only use SvgPicture.network, when there is no internet connection the widget throws exception in the console and placeholderBuilder is still showing.

There should be like an onError or errorBuilder parameter!

GeylanKalafMohe avatar May 09 '23 12:05 GeylanKalafMohe