Arthur Saidov
Arthur Saidov
Same here. Getting image from web without any file extension causes the share with .BIN
Please fix this
Same issue, Flutter 3.3.10
I suggest not passing size to CachedNetworkImage, but to `imageBuilder` directly like this: ``` imageBuilder: (context, imageProvider) { return Image( image: imageProvider, width: size?.width, height: size?.height, fit: fit, ); },...
Same
Looks like related to [#83596](https://github.com/flutter/flutter/issues/83596)