Juan-Joe du Plessis

Results 11 comments of Juan-Joe du Plessis

Having similar issues here. Different plugins that have this issue with the isolate at different times. I'm googling for MissingPluginException all over the internet, hoping to gain some insight. No...

I found the issue with running plugins in isolates such as this library. Please see my reply on a similar issue in this repo: https://github.com/Dev-hwang/flutter_foreground_task/issues/77#issuecomment-1203775491 Hope this helps. Check the...

Having this same issue, happened when I decided the `startService() `callback takes too long to run, so I moved the callback's code into the `startService().then(()=> code here );`

Yeah, my callback runs `setTaskHandler()` and it seems it might be because the `startService()` Future returns before the service is maybe actually started that running `setTaskHandler()` too soon caused this...

Solved this by delaying my TaskHandler's constructor code. Just added a Future.delayed() in the constructor and ran my code in there for now. The onStart callback proved unreliable, that's why...

Unfortunately not, my callback function is/was a top-level function. When it's not top-level, it isn't just delayed, it actually never runs.

Late to the conversation. Running into this issue myself now. Is the problem that we can't support listening to streams after the app was terminated, but callbacks are fine? I...

I'm on a fresh install of shorebird. Actually the install itself gave the same error. Not sure how to proceed now.

If you read what I posted, you'll see that I did. In fact, I drove all the way to the shops and back and the odometer ended up on 0.0....

I just tried again. Walked with my laptop and phone connected in debug mode. I could hear the debug audio prompts from the geolocation library, every few meters of movement....