flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Update createImageCodecFromUrl
The webOnlyInstantiateImageCodecFromUrl API is deprecated and will be removed in a future release. Please use createImageCodecFromUrl
from dart:ui_web
instead.
I second this. I've seen this cause issues in downloading firebase storage images that work fine on Android but will not load on the web version
facing same issue here. console log is filled with this.
@AlexFeldmeier The problem on the web is from the same flutter when you run it in mosdo development but in production this problem disappears
@mister-rao To solve this problem you can fork the project, enter the web part and make certain changes. I will leave you in the link of how I did it. I already created the pull request but they have not approved it yet. https://github.com/victorcode1/flutter_cached_network_image.git
I've submitted a pull request for it #911. Hope they'll merge it soon.
Hi! Please merge the request as I'm facing the same warning message.
@renefloor @amorenew @amrgetment Would be great if this could be merged #939
Resolved in version 1.2.0 of the cached_network_image_web packages.