RuSsCiTy

Results 11 comments of RuSsCiTy

@jaredsburrows @jaredrummler could you please update the DB? I'm missing as well some of the models, e.g. all Samsung Note20. Or maybe you have an instruction on how to manually...

As a hotfix whenever I want to update or delete a message, I simply run over all selected messages and check message to be updated is selected, in such case...

I have same problem. Is there any chance to expect it to be stable in the near future?

Have same problem. It would be nice, if we could have a parameter to control if a page has to be created again, something like this: `AutoRouter.of(context).replace(const SamePageRoute(), recreate: true);`

@akospwc the same problem here, very hard to reproduce it... But I have tried many possible things, and (at least I think so, maybe placebo) it doesn't crash now. You...

Search for the same functionality. @seikosantana did you found any solution?

As long PR not merged you can use this: ``` open_settings: git: url: https://github.com/RUSSCITY/open_settings.git ref: c076070 ```

@kydemy-fran currently, there is no workaround. I am simply checking which platform I am on and setting the corresponding constraints accordingly: ``` final mediaConstraints = Dev.isWeb() ? {'audio': true, 'video':...

Hi all, I just wanted to confirm that you can drive iOS Picture‑in‑Picture directly from flutter_webrtc’s native track (no extra PiP libraries). It took me a bit of digging to...