🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / FLUTTER / chrome image.network object progressevent image codec hatası resim yükleme hatası

1-) FLUTTER - chrome image.network object progressevent image codec hatası resim yükleme hatası

 

1- HATA

 

======== Exception caught by image resource service ================================================

The following ProgressEvent$ object was thrown resolving an image codec:

  [object ProgressEvent]

 

When the exception was thrown, this was the stack:

Image provider: NetworkImage("https://roketnot.com/out/res/res4.png", scale: 1)

Image key: NetworkImage("https://roketnot.com/out/res/res4.png", scale: 1)

 

2- ÇÖZÜMÜ BUNU KULLAN(web/index.html dosyasına aşağıdakini ekle)

<body>

<
script>
  window.flutterWebRenderer="html";
</
script>

 

 

3- ÇÖZÜMÜ

 

aşağıdaki şekilde derlemek

 

flutter run -d chrome --web-renderer html

 

 

 

 

 2023 Haziran 19 Pazartesi
 328