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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...