본문 바로가기
개발/Flutter web

flutter web firebase image error

by dev_caleb 2022. 10. 23.
728x90

토큰이 있어서 웹에서는 보이는데 안 되는 걸 보면 신기하다.

 

Failed to load network image.
Image URL: https://firebasestorage.googleapis.com/v0/b/today-menu-aaf47.appspot.com/o/Tables%2FIAyim8HoaTzCh9CFAvfq%2Flogo.jpg?alt=media&token=068b6b26-bc2a-4304-abf5-5c0d469e2fa9
Trying to load an image from another domain? Find answers at:
https://flutter.dev/docs/development/platform-integration/web-images

 

Displaying images on the web

Learn how to load and display images on the web.

docs.flutter.dev

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..

nobang.tistory.com

 

 

이 페이지 보는게 진짜 중요함1! 이걸로 성공

https://thomass.tistory.com/63

 

flutter firebase storage Failed to load network image.

https://console.cloud.google.com/ 사이트 들어가서 자신의 프로젝트 선택 오른쪽 맨위에 콘솔 모양 클릭 >_ 아래에 터미널이 나오는데 편집기 열기 클릭 편집기 안에서 File - New File cors.json 생성 [ { "o..

thomass.tistory.com

 

위에 페이지 따라서 했더니 성공했다..ㅠㅠ 진짜 최고야

728x90

'개발 > Flutter web' 카테고리의 다른 글

tooltip widget  (0) 2022.10.26
flutter web kakao login 하기  (0) 2022.10.24
flutter web firebase image error  (0) 2022.10.23
flutter web 오류 Platform._operatingSystem  (0) 2022.10.22
flutter web firebase dynamic link 관련 오류  (0) 2022.10.22