Baseflow / Baseflow/flutter_cached_network_image
Silent huge FlutterError when no network
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
I saw huge FlutterError om my Crashlytics backend. It is come form this package.
I can reproduce this issue when no network.
Is there anyway that can silent this kind error ? There are too many error that we cannot focus on real problem.
```
Non-fatal Exception: FlutterError
SocketException: Failed host lookup: 'xxx' (OS Error: nodename nor servname provided, or not known, errno = 8). Error thrown Instance of 'ErrorDescription'.
```
I saw same issue here:
https://github.com/Baseflow/flutter_cached_network_image/issues/393
### Platforms affected (mark all that apply)
- [V] :iphone: iOS
- [V] :robot: Android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.