stream-feed-flutter
stream-feed-flutter copied to clipboard
Stream Feed official Flutter SDK. Build your own feed experience using Dart and Flutter.
**Is your feature request related to a problem? Please describe.** I'm always frustrated with this Stream Feeds when I modified the code from single provider to multiproviders. After inspecting the...
Hello, I'd like to do similar to what slack does with comment, tap and hold a reaction and see more info of it - who are the users that reacted...
**Describe the bug** I am using the realtime subscription but I am not getting any activities or anything. **What version of Flutter do you use?** 2.10.2 **What package are you...
I am using example from https://github.com/GetStream/stream-feed-flutter/tree/master/example Getting following error twice ```txt Error: Bad state: Future already completed at Object.throw_ [as throw] (http://localhost:57032/dart_sdk.js:5080:11) at _AsyncCompleter.new.completeError (http://localhost:57032/dart_sdk.js:35274:51) at http://localhost:57032/packages/dio/src/interceptors/log.dart.lib.js:651:25 at _RootZone.runUnary (http://localhost:57032/dart_sdk.js:40511:59)...
**Describe the bug** The documentation of `StreamFeedClient` is no correct. We can read in the documentation: ```dart /// - Instantiate a new client (server side) with [StreamFeedClient.connect] /// using your...
**Describe the bug** If I follow https://github.com/GetStream/stream-feed-flutter/tree/master/packages/stream_feed_flutter and copy ```yaml dependencies: stream_feed_flutter: git: url: https://github.com/GetStream/stream-feed-flutter.git ref: master path: ./packages/stream_feed_flutter ``` in my `pubspec.yaml` and run `flutter pub get`. I get...
Hello ! I have a question : I've looked through the doc, and I don't see if there is a way of getting all the names of a `feed group`....
**Describe the bug** When i am in airplane mode and try to load the FlatFeedCore, it stays in loading mode instead of going into the error builder function. **What version...
**Is your feature request related to a problem? Please describe.** Hi, My likes system is backed by firestore. But im planning to use personnalized feed, so i need to push...