
how we can use stream Builder in flutter for showing realtime data

Most of Appwrite's APIs are not reactive so there is no stream. The realtime API is the only one that has a stream

yes i am talking about realtime api

can we show realtime api in stream builder

Have you read through this? https://appwrite.io/docs/realtime

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

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

No problem will find out the solution.
Recommended threads
- Appwrite isn't accepting the api from se...
Error creating user: AppwriteException: Server Error type: 'general_unknown', response: '{"message":"Server Error","code":500,"type":"general_unknown","versi...
- Subject: Request for temporary quota lif...
Hi Appwrite Team, our nonprofit animal rescue app on Appwrite Cloud is currently throttled due to read‑quota limits, and we need a temporary increase so rescue ...
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
