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
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...