bi-samson / mreader

M Reader
1 stars 0 forks source link

Add author name from RSS Feeds #3

Open bi-samson opened 4 years ago

bi-samson commented 4 years ago

Web_1280_–_1

Add author names, from RSS to article list.

In meee.home_screen.dart is where the title and the date is.

  title: Text(item.title),
                          subtitle: Text(DateFormat.yMMMMd().format(DateFormat(parseFormat).parse(item.pubDate)),
                              textAlign: TextAlign.left
                              ),
<item>
<title>「お互いに不満がある夫婦」に欠けていること、在宅勤務の今浮き彫りに</title>
<link>https://www.businessinsider.jp/post-212858</link>
<description> 新型コロナウイルス 感染症拡大により導入された在宅ワークは、今まで以上に夫婦のお互いのキャリアについての考え方を共有する機会になった。 </description>
<pubDate>Tue, 19 May 2020 17:00:00 +0900</pubDate>
<guid>https://www.businessinsider.jp/post-212858</guid>
<category>Careers</category>
<enclosure length="0" type="image/jpeg" url="https://assets.media-platform.com/bi/dist/images/2020/05/14/shutterstock_1668641638.jpg"/>
<dc:creator>大嶋寧子</dc:creator>
</item>
<item>