首页 > 解决方案 > 在 Flutter 中显示来自 RSS FEED元素的图像

问题描述

我想显示来自 RSS FEED 的图像,其中图像存储在图像标签中。但是 item.enclouse.url 没有得到图像。我怎样才能显示图像?

<item>
<title>প্রথম আলো&lt;/title>
<atom:link href="https://www.prothomalo.com/feed/" type="application/rss+xml" rel="self"/>
<link>https://www.prothomalo.com/</link>
<description>
Online Latest Bangla News/Article - Sports, Crime, Entertainment, , Business, Politics, Education, Opinion, Lifestyle, Photo, Video, Travel, National, World
</description>
<image>
<url>
https://paloimages.prothom-alo.com/contents/cache/images/154x154/uploads/default/2016/03/15/dc5a51021b9c4eb8ef5e86dc794054e1-palo-logo.jpg
</url>
</image>
</item>

标签: imageflutterdartrss

解决方案


推荐阅读