flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Silent huge FlutterError when no network
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
same issue here, any way to avoid a lot of error in firebase Crashlytics?
Same error in production, It might be linked to this also: https://stackoverflow.com/a/73032667/1163358