You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter version 2.5.1, dart version 2.14.12, photo_view version 0.12.0
Library used to work fantastically up until recently.
I just received a new requirements in work. Had to update flutter and any other deps, since the build failed.
What I get now with with NetworkImage provider is a Red box with a cross inside and that's it, sometimes a broken image icon. The AssetImage provider works fine.
I thought that perhaps I'm having network issues, but the Image.network() loads up the image without any issues.
Flutter version 2.5.1, dart version 2.14.12, photo_view version 0.12.0
Library used to work fantastically up until recently.
I just received a new requirements in work. Had to update flutter and any other deps, since the build failed.
What I get now with with NetworkImage provider is a Red box with a cross inside and that's it, sometimes a broken image icon. The AssetImage provider works fine.
I thought that perhaps I'm having network issues, but the Image.network() loads up the image without any issues.
Maybe an issue with the server to app communication, but a basic image from https://via.placeholder.com/300.png/09f/fff fails to load with photo_view.
Kind Regards
EDIT:
My current workaround is to use PhotoView.customChild:
The text was updated successfully, but these errors were encountered: