flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Update createImageCodecFromUrl

Open victorcode1 opened this issue 1 year ago • 6 comments

The webOnlyInstantiateImageCodecFromUrl API is deprecated and will be removed in a future release. Please use createImageCodecFromUrl from dart:ui_web instead.

victorcode1 avatar Nov 28 '23 22:11 victorcode1

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

AlexFeldmeier avatar Nov 30 '23 04:11 AlexFeldmeier

facing same issue here. console log is filled with this.

mister-rao avatar Nov 30 '23 22:11 mister-rao

@AlexFeldmeier The problem on the web is from the same flutter when you run it in mosdo development but in production this problem disappears

victorcode1 avatar Dec 01 '23 15:12 victorcode1

@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

victorcode1 avatar Dec 01 '23 15:12 victorcode1

I've submitted a pull request for it #911. Hope they'll merge it soon.

muhib349 avatar Dec 31 '23 13:12 muhib349

Hi! Please merge the request as I'm facing the same warning message.

mehroze-zaidi avatar Feb 03 '24 08:02 mehroze-zaidi

@renefloor @amorenew @amrgetment Would be great if this could be merged #939

sachin-dahal avatar Apr 24 '24 12:04 sachin-dahal

Resolved in version 1.2.0 of the cached_network_image_web packages.

mvanbeusekom avatar Apr 29 '24 11:04 mvanbeusekom