stream-feed-flutter
stream-feed-flutter copied to clipboard
Stream Feed official Flutter SDK. Build your own feed experience using Dart and Flutter.
Activity is just a `GenericEnrichedActivity` under the hood
**Problem** Feed like in almost any social media app shows feed with users who have posted feed. In currenct version when we get feed we get only id we have...
Hello. How can I show all users without following? It says in the documentation : 1. The first thing we need to do is view a list of users and...
Current implementation of realtime feed only provides updates related to feed creation and deletion but doesn't provides updates related to comments, likes and other minor changes to feed. When can...
**Describe the bug** When fetching feed using SDK, In case of timeout error there is a type mismatch crash at SDK side, instead of getting the timeout error logs through...
Is there any aggregation operation to determine the total count of reactions on all posts owned by a user?