Jaween Ediriweera

Results 10 comments of Jaween Ediriweera

Implementing `SwipeAdapterInterface` leads to an `IllegalArgumentException`. Looking at the code for `SwipeItemMangerImpl`, the cause of the exception is that it's really checking if the adapter is an instance of `SwipeItemMangerInterface`...

@viplifes I had the same issue and your solution worked. I am developing an audio calling app. Calls would connect and work successfully while the app was open, but when...

Looks like this is still happening. A slightly more subtle variation of @json469's useful workaround is to use a `Material` with `type` set to `MaterialType.transparency` so that only the ink...

Hi @younesr1, did you ever manage to solve this problem? I'm facing the same issue.

@younesr1 Thanks for letting me know. Of the two Pytorch model saving methods [saving just the `state_dict`](https://pytorch.org/tutorials/beginner/saving_loading_models.html#save-load-state-dict-recommended) would need the code of the model to restore it. And running `print(midas)`...

I can confirm that [the method posted by @Teagas](https://github.com/flutter/flutter/issues/42846#issuecomment-1114369971) still reproduces "the second problem" of this issue. I am using the latest Flutter stable with a Galaxy Tab S6 Lite...

Really great package you've made. Though I have encountered this same issue and was also quite confused by what was going on. I know you've already deduced this, but I'll...

I am running into this same issue: * Windows, Mac and Linux apps are using Bonsoir to broadcast, Android and iPhone apps are using Bonsoir to discover * All devices...

(Sorry maybe I'm misunderstanding) With the link it looks like they used an npm package to broadcast a bonjour service which iOS discovered sucessfully, but couldn't resolve it without an...

I have solved my immediate issue now. When PushKit receives a voip notification, it launches your app fully in the background, even before the user answers a call. This includes...