I am currently struggling to get Appwrite Realtime to work reliably on a flutter web project. I am experience 3 main issues
- App launches and realtime is non responsive to begin with. I need to refresh the browser a couple of time for it to come alive.
- At would disconnect without any hints that its happened and app just just stop receiving updates.
- When realtime works, a single trigger shoots the same update like 5 - 6 times.
Not practicle for me to post code here since its a relatively large project however does anyone have a good tutorial or a guiding project where realtimes been implemented well including things like detecting disconnects and handling them.
I really wish Damodar would make a tutorial for realtime in flutter ..
Any guidance will help. Thanks
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...