flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

how to catch error when url is bad

Open PrzemyslawPluszowy opened this issue 1 year ago • 1 comments

how to catch error when url is bad when use imageprovider ════════ Exception caught by image resource service ════════════════════════════ The following ArgumentError was thrown resolving an image codec: Invalid argument(s): No host specified in URI bhb

💬 Questions and Help

For questions or help we recommend checking:

PrzemyslawPluszowy avatar Aug 06 '23 08:08 PrzemyslawPluszowy

Bump

when errorWidget is provided the error should be catched and errorWidget should be displayed. In case when app is going offline, every uri would be invalid

AntoniPochopien avatar Nov 07 '23 20:11 AntoniPochopien