Baseflow / Baseflow/flutter_cached_network_image
io.flutter.plugins.firebase.crashlytics.FlutterError - HandshakeException: Handshake error in client (OS Error: errno = 0). Error thrown resolving an image codec.
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 💬 Questions and Help
- Why HandshakeException is reported by firebase crashlytics even i am using errorWidget of Cached Network image here is my code
-`CachedNetworkImage(
fit: BoxFit.cover,
height: 108.h,width: 111.w,
maxWidthDiskCache: 220,
imageUrl: image,
progressIndicatorBuilder: (context, url, progress) {
return Center(
child: Lottie.asset("assets/data/loading.json",height: 70.h,width: 70.w),
);
},
errorWidget: (context, url, error) => Image.asset('assets/images/splash/app_icon.png',height: 70.h,width: 70.w,),
);
`
I am getting a lot of error like this on firebase crashlytics
here is one error
io.flutter.plugins.firebase.crashlytics.FlutterError - HandshakeException: Handshake error in client (OS Error: errno = 0). Error thrown resolving an image codec.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.