JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
88 stars 51 forks source link

Declare the holder service in AndroidManifest.xml #75

Closed inetic closed 2 months ago

inetic commented 1 year ago

Without it the IsolateHolderService won't start. See issue https://github.com/JulianAssmann/flutter_background/issues/69

Perhaps the reasoning behind this change was that users should declare the service in the application's AndroidManifest.xml, but this has not been communicated in the README.

Or would you prefer that in this PR, instead of modifying the AndroidManifest.xml of this plugin, change the README to instruct the user to add the service section to their own AndroidManifest.xml?

vmwsree commented 1 year ago

does this fix issue on new version

asifakhtar98 commented 1 year ago

What is the outcome of this change?

emersion commented 2 months ago

Superseded by https://github.com/JulianAssmann/flutter_background/pull/80

inetic commented 2 months ago

Superseded by https://github.com/JulianAssmann/flutter_background/pull/80

I agree, I'm closing this one