Rank 2: Process
how we can use stream Builder in flutter for showing realtime data
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
how we can use stream Builder in flutter for showing realtime data
Admin
Most of Appwrite's APIs are not reactive so there is no stream. The realtime API is the only one that has a stream
Rank 2: Process
yes i am talking about realtime api
Rank 2: Process
can we show realtime api in stream builder
Admin
Have you read through this? https://appwrite.io/docs/realtime
Rank 2: Process
yes i have go through the doc also check in example, but did not find stream builder in example or did not find any use case
Admin
I wouldn't use a stream builder with the realtime API. I suggest playing around with the SDK to see how it works and how to use it
Rank 2: Process
No problem will find out the solution.