components/feed_list library
Classes
- FeedList
- A list of articles. this component is responsible for fetching the articles and displaying them. it also handles the pagination and the scroll listener.
Enums
Constants
- itemsPerPage → const int
Typedefs
- FeedListItemBuilder = Widget Function(Article article)