flutterfirebasefirebase-storage

Loading image from Firebase storage doesn't work after update to latest Flutter


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:

What could be the problem? I had no problem with this before updating to flutter latest version, is there anyone who can help?


Solution

  • 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/