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
85 stars 45 forks source link

Added option to not request battery optimization permission #55

Closed Rexios80 closed 1 year ago

Rexios80 commented 2 years ago

Also updated dependencies and updated the example to work with the most recent flutter version.

On Wear OS, the battery optimization permission does not exist, so initializing this plugin fails. This PR makes that permission optional.

JulianAssmann commented 2 years ago

Thank you for the PR. Unfortunately, I am a bit short on time at the moment. I hope, I will be able to look over and merge this within the next two months.

Rexios80 commented 1 year ago

Any progress?

JaffaKetchup commented 1 year ago

Would like to bring attention to this as well!