IvanTrejoDev

Results 9 comments of IvanTrejoDev

I solved the problem above by using the following: ` return MaterialApp.router( title: 'Example', debugShowCheckedModeBanner: false, theme: materialTheme.lightHighContrast(), darkTheme: materialTheme.dark(), routerConfig: router, builder: (BuildContext context, Widget? child) { return StreamChat(...

Hope this helps others experiencing similar issues.

I would try using the following dependencies. stream_chat_flutter: '7.2.0-hotfix.1' connectivity_plus: '5.0.2'

> I'll try it next week thanks. Question: Is this new hotfix a response to my issue? Or did it always exist, and I was simply unaware of it? the...

I think I saw a PR for this but it was going to beta. Would be nice to know when we are getting a new stable release with these changes....

per tech support: "This is likely an issue on our end, I believe there are instances where we are not refreshing the link when we should be. We are actively...