Gautier de Lataillade

Results 59 comments of Gautier de Lataillade

Hi @kydoaod - The flutter_background_service operates in a separate isolate, which means it does not share memory with the main thread. As a result, the isRinging function might not work...

Hi @singhcreations You can enable the `androidFullScreenIntent` parameter (enabled by default) to show the alarm on your lock screen. It won't work if your screen is unlocked. There might be...

What device do you have ?

To fix this issue, you might need to add [auto_start_flutter](https://pub.dev/packages/auto_start_flutter) permission request in your app.

Xiaomi devices may required [auto_start_flutter](https://pub.dev/packages/auto_start_flutter) permission for this feature. Let me know if it helps.

I didn't understand what you said. You need to instruct your Xiaomi users (and perhaps users of other brands with similar restrictions) to grant the `auto_start` permission. This permission is...

Hi @synstin Did you followed the android installation steps in the README ? It could be the reason of your issues.

Hi @synstin Did you gave permission to your app to show notifications ?

Hi @synstin That's really weird. Can you double check the installation steps ? Do you have any error logs ? Maybe try to disable your app battery optimizations in your...

> Is their any way to do this, I am facing the same problem. I am getting a notification and sound but their is not event in ringStream but when...