After updating to the latest Flutter, I got issues loading images from Firebase storage. This error in detail: Another exception was thrown: HTTP request failed, statusCode: 0, (link of image from fb storage) What I tried:
I tried to update all firebase and http packages, still it did not work
I tried to turn of windows firewall, still did not work
What could be the problem? I had no problem with this before updating to flutter latest version, is there anyone who can help?
I just needed to setup CORS in Firebase Storage, because of the new update of flutter(3.29) in the Image.network
widget
Link for setting up cors: https://codingwitht.com/how-to-view-cloud-images-in-flutter-web-enable-cors/