2

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...

rbp
  • 43,594
  • 3
  • 38
  • 31
Shrijan Regmi
  • 450
  • 5
  • 10

3 Answers3

1

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.

ferhatelmas
  • 3,818
  • 1
  • 21
  • 25
1

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 :)

Warren Snipes
  • 160
  • 1
  • 6
0

There is a dedicated Dart package to interact with the API: https://pub.dev/packages/stream_feed

And a core package that simplifies the low-level client by managing state and providing builders: https://pub.dev/packages/stream_feed_flutter_core

Tutorial: https://getstream.io/activity-feeds/sdk/flutter/tutorial/

Gordon Hayes
  • 231
  • 1
  • 7