79110723

Date: 2024-10-21 15:34:08
Score: 0.5
Natty:
Report link

ImageCodecException: Failed to load network image

Connected to the VM Service. Error loading image: ImageCodecException: Failed to load network image. Image URL: https://firebasestorage.googleapis.com/v0/b/phuong-7fa75.appspot.com/o/images%2F1729172605732.jpg?alt=media&token=7bac1161-0d34-4e14-a067-da5b894007bf Trying to load an image from another domain? Find answers at: https://flutter.dev/docs/development/platform-integration/web-images


Two working simple solution for this error , the actual problem is we cant load network image in an web especialy chrome(web-javascript), i don't know any other will work, but in chrome it will not work, for this you can do is, just run this code in terminal in VSCODE

 flutter run -d chrome --web-renderer html

If it works just give me a like....

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Abhishek R