ia-toki / bebras-pandai

Aplikasi belajar Computational Thinking oleh bebras.org
https://bebras.or.id/v3/
3 stars 0 forks source link

Issue Image yang tidak tampil karena menggunakan storage Firebase #120

Closed gmochid closed 8 months ago

gmochid commented 9 months ago

Semua image yang ditaruh di firebase storage, tidak bisa digunakan ketika di-render menggunakan renderer HTML dari flutter

atnanahidiw commented 9 months ago

Kemungkinan karena SVG format, CMIIW

image

Alternatif solusi:

  1. ganti cached_network_image -> cached_network_svg_image (referensi)
gmochid commented 8 months ago

Current Condition

gmochid commented 8 months ago

Close this issue for now, since we still don't have a clear path to resolve this