我正在尝试从JSON API获取图像,我在开放数据JSON中建立了2个链接,该链接为http://www.json-generator.com/api/json/get/bOEcLwbyqa?indent=2
错误:引发了另一个异常:HttpException:接收数据时,连接已关闭,uri =
“图片p”有效(第一个屏幕截图),但“图片”无效(第二个屏幕截图),
我正在使用带有网络映像的CicleAvatar:
SELECT a.country_name
FROM table1 a
JOIN table2 b ON a.country_name LIKE UPPER(b.country_name) || '%'
课程:
leading:CircleAvatar(
backgroundImage: NetworkImage(user.picturep),
),
我正在尝试