Nick Fisher
Nick Fisher
My comment here might be helpful: https://github.com/Baseflow/flutter-permission-handler/issues/334#issuecomment-815920393
I'm experiencing a similar issue with breakpoints not triggered in VS Code Remote Extensions and port forwarding. The following is just for background/context information, I'm fairly sure the issue is...
Thanks for the quick response @DanTup. I tried both `attach` and `launch` from VS Code, but both have the same problem - specifically, that VS Code doesn't pause/jump at all...
I've been tearing my hair out today trying to understand why everything worked fine in a Docker image I put together, but still not in the original Linux environment that...
PRs welcome for anyone who wants to contribute.
Is this on Android? If flutter_reactive_ble is like flutter_blue, it might not be possible to use with flutter_isolate (see https://github.com/rmawatson/flutter_isolate/issues/71). Basically anything running under a Flutter isolate does not have...
Thanks @ahoelzemann, are you able to provide an example repository that demonstrates the bug?
Thanks, I'll take a look over the next few days.
@ahoelzemann - if I'm reading your issue correctly, you're saying that a running isolate cannot spawn a child isolate when the app is running in the background on iOS?
Does it work outside an isolate? > On 24 Jun 2022, at 9:17 PM, Carlos Eduardo Gomes Thiesen ***@***.***> wrote: > > > Hi, > > I'm using the...