본문 바로가기
개발/Flutter

flutter web image load 안될 때!

by dev_caleb 2023. 9. 23.
728x90

https://nobang.tistory.com/entry/Flutter-Failed-to-load-network-image

 

[Flutter] Failed to load network image

flutter를 web으로 해서 test할 때, firebase 에 정상적으로 image가 upload되어있고 image : NetworkImage(snap['imageUrl']) 를 했는데 코드에는 이상이 없는데 실행해서 보면 ======== Exception caught by image resource service

nobang.tistory.com

 

 

flutter web은 image가 load가 안 되더군요.

 

그치만 방법을 찾았습니다. 

728x90