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....