-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug report] Azure BlobStorage Network Images are not loading in flutter release apk #730
Comments
any log, any demo ? |
Hi , Not able to get the logs for it , as it is a release build: but I have tried to print the error: error: |
i can't do anything with the information which you provide. please provide me a runnable reproduce demo |
same issue: I can not load images from the Azure blob : [SecureExtendedImage] Image load failed. Error: [object ProgressEvent] |
could you please test them with official Image.network ? |
I used HtmlElementView, so now I see my image from Azure blob URL. |
ExtendedImage is the same as official Image.network , please test it with official Image.network, and provide the log |
Version
9.1.0
Platforms
Android
Device Model
OnePlus 9 pro (Android 14)
flutter info
How to reproduce?
Pass any network Image url from Azure blob storage and run the flutter app in release mode.
Now the images are not loading, the loaded state is coming as failed
Logs
Example code (optional)
Contact
[email protected]
The text was updated successfully, but these errors were encountered: