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
I pass a non image url into CachedNetworkImageProvider. The errorListener is not triggered.
The following _Exception was thrown resolving an image codec:
Exception: Could not instantiate image codec.
When the exception was thrown, this was the stack:
#0 _futurize (dart:ui/painting.dart:4134:5) #1 instantiateImageCodec (dart:ui/painting.dart:1669:10) #2 CachedNetworkImageProvider._loadAsyncFromFile (package:cached_network_image/src/cached_network_image_provider.dart:89:18)
I pass a non image url into CachedNetworkImageProvider. The errorListener is not triggered.
The following _Exception was thrown resolving an image codec:
Exception: Could not instantiate image codec.
When the exception was thrown, this was the stack:
#0 _futurize (dart:ui/painting.dart:4134:5)
#1 instantiateImageCodec (dart:ui/painting.dart:1669:10)
#2 CachedNetworkImageProvider._loadAsyncFromFile (package:cached_network_image/src/cached_network_image_provider.dart:89:18)
#3 CachedNetworkImageProvider._loadAsync (package:cached_network_image/src/cached_network_image_provider.dart:75:18)
...
The text was updated successfully, but these errors were encountered: