CORS 未启用图像。该怎么办?
CORS not image-enabled. What to do?
在下面的两个例子中,第一个 returns 图像正确,第二个给出错误:
"Failed to load network image".
这是 CORS 问题吗?也就是说,在第二个例子的服务器上,没有开启跨域?怎么办?
Image.network('https://cdn.pixabay.com/photo/2017/12/06/11/03/brazil-3001462_960_720.png')
Image.network('https://www.camara.leg.br/internet/deputado/bandep/204379.jpg')
非常感谢
这是 Flutter web can't load network image from another domain
的重复问题
使用 html
渲染器解决问题,c
用于 chrome。
flutter run -d c --web-renderer html
在下面的两个例子中,第一个 returns 图像正确,第二个给出错误:
"Failed to load network image".
这是 CORS 问题吗?也就是说,在第二个例子的服务器上,没有开启跨域?怎么办?
Image.network('https://cdn.pixabay.com/photo/2017/12/06/11/03/brazil-3001462_960_720.png')
Image.network('https://www.camara.leg.br/internet/deputado/bandep/204379.jpg')
非常感谢
这是 Flutter web can't load network image from another domain
的重复问题使用 html
渲染器解决问题,c
用于 chrome。
flutter run -d c --web-renderer html