Render article in feed

This commit is contained in:
2024-03-24 22:23:23 +08:00
parent 52304a7633
commit 217c20164f
5 changed files with 65 additions and 14 deletions

View File

@ -71,6 +71,7 @@ class _ExploreScreenState extends State<ExploreScreen> {
builderDelegate: PagedChildBuilderDelegate<Feed>(
itemBuilder: (context, item, index) => FeedItem(
item: item,
brief: true,
),
),
),