Dev-hwang / flutter_foreground_task

This plugin is used to implement a foreground service on the Android platform.
https://pub.dev/packages/flutter_foreground_task
MIT License
140 stars 105 forks source link

Huawei device foreground task not work #228

Closed knight0zh closed 1 month ago

knight0zh commented 2 months ago

Huawei P40 Pro

I have already turned off battery optimization.

I used an example to directly build the app on a Huawei device. When the app is active, the counter works correctly. However, when minimized, the notification with the counter stops updating the counter's value after a few seconds.