Fesp

Results 5 comments of Fesp

I (more or less) have the same issue, although I'm not using flutter_background_service but [flutter_foreground_task.](https://pub.dev/packages/flutter_foreground_task). When starting up the app (and checking for the required permissions using the methods provided...

Ah, yes, the issue is on Android. Here is the output of `flutter doctor -v`: [✓] Flutter (Channel stable, 3.10.5, on macOS 13.4 22F66 darwin-arm64, locale en-GB) • Flutter version...

Manually closing the stream when needed sounds like a great option.

> Also running into this now. Seems to be a regression that was introduced at some point. I originally made the PR to do the reference counting and will have...

@Wackymax In my situation it is like this. I want to have a “service” that keeps on running even when the Android activity is killed. This service should get the...