Baseflow / Baseflow/flutter_cached_network_image
Unhandled exception
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
```dart
======== Exception caught by image resource service ================================================
The following _ClientSocketException was thrown resolving an image codec:
The remote computer refused the network connection.
When the exception was thrown, this was the stack:
Image provider: CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0)
Image key: CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0): CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0)
====================================================================================================
```
I have specified
```dart
CachedNetworkImage.logLevel = CacheManagerLogLevel.none;
```
and **errorWidget**, however when i have internet connectivity issues this exception is caught with FlutterError.onError handler.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.