Skip to content

Commit 988f134

Browse files
Update README.md
1 parent f92da45 commit 988f134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ The GenericFeed UI component is designed to display list with posts within a tab
119119
ScrollablePostsList and ScrollablePostsAndRepliesList Widgets render the lists of posts displayed within each tab. It's loading more posts when the user reaches the end. The feed’s state is managed by a GenericFeedState provider, which listens for updates from the getNotesProvider to get all posts. It handles the real-time updating of the feed through streams. It also handles and the integration of new posts into the feed. Below you can see the code how data is getting into the feed like described above.
120120

121121

122-
```Widget build(BuildContext context, ref) {
122+
```
123+
Widget build(BuildContext context, ref) {
123124
final genericFeedStateP = ref.watch(genericFeedStateProvider(feedFilter));
124125
final genericFeedStateNoti =
125126
ref.read(genericFeedStateProvider(feedFilter).notifier);

0 commit comments

Comments
 (0)