stream-feed-flutter
stream-feed-flutter copied to clipboard
Stream Feed official Flutter SDK. Build your own feed experience using Dart and Flutter.
Hi, Is there a way to be able to be able to receive real-time updates when a user marks all their notifications as seen / read? I am getting unseen...
**Is your feature request related to a problem? Please describe.** The ability to suspend a user from posting to any timeline for a set time frame. **Describe the solution you'd...
UI kit
# Stateless widgets - [ ] AttachedActivity (high priority) - [ ] InfiniteScroll (high priority) - [ ] InfinititeScrollPaginator (high priority) - [ ] LoadMorePaginator (WIP) - [ ] NewActivitiesNotification...
**Describe the bug** I can create an activity with: ``` await _feed.addActivity(feed.Activity( actor: context.streamFeedClient.currentUser!.ref, verb: 'post', object: '${describeEnum(_selectedObjectType!)}:$_selectedObjectId', extraData: { 'caption': _captionController.text, 'tags': _tags.whereType().toList() })); ``` Where [_feed] is class...
Hi, Just starting to dig into this package as I build out some social features for my application. I can't see how to just check if there are one or...
**Is your feature request related to a problem? Please describe.** Currently no documents or examples on using Stream Feeds alone with Firebase extention of Stream. Even the examples looks outdated...
Hello While working with the stream_feed package, I get the error {"detail":"Missing auth header.","status_code":403,"code":17,"exception":"NotAllowedException","duration":"0.00ms"," I get more_info":"https://getstream.io/docs/api_error_responses"} and while I have both received the token and authenticated the user, I...
It looks like the function "unfollowFeed" in "stream_feed_flutter_code-0.8.0./lib/src/bloc/feed_bloc.dart" is missing the optional parameter "bool keepHistory": /// Unfollows the given [unfolloweeId] id. Future unfollowFeed({ String unfollowerFeedGroup = 'timeline', String unfolloweeFeedGroup =...
**Is your feature request related to a problem? Please describe.** I want to upgrade flutter in my project that uses stream_feed package to flutter 3.13.0. But I can't do it,...
# Submit a pull request fix: #259 ## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] The code changes follow best practices - [x] Code changes...