Integrate getstream activity feed in flutter

Viewed 368

So I am trying to integrate activity feed feature from get stream into flutter. But I am not able to get the docs for that. My question is, is it possible to integrate feed feature to flutter app ?

There are various tutorials for integrating chat feature but not the feed feature. Please help.

Note: I am not an experienced flutter developer...

3 Answers

Unfortunately, no Flutter SDK or customized docs for Flutter at the moment but we're considering to allocate some resources for it in Q3 this year.

I highly suggest you to use Flutter platform channels. I had to do that for a project I am working on currently. If you have any questions feel free to ask :)

Related