flutter_foreground_task icon indicating copy to clipboard operation
flutter_foreground_task copied to clipboard

This plugin is used to implement a foreground service on the Android platform.

Results 81 flutter_foreground_task issues
Sort by recently updated
recently updated
newest added

I've been using this library for a while now, but the last Version created a new bug for me. I've mannaged to find a workaround in the way i'm using...

Hello Could we register many task handlers? I think that this version doesn't support many task handlers. Maybe I need to use foreground tasks for chat, notification, and anything else.

Hi, I have recently updated to flutter 3.3.2 and I'm using `flutter_foreground_task: 3.9.0`. As soon as foreground service starts my app is crashing. It's only happening in the release build...

I'm making project on IOT so I'm trying to call start BLE scan functionality from Native android from onStart Method at that time I'm getting error of MissingPluginException No implementation...

Hi, I couldn't find "Discussions", so I am posting it here. I am just wondering if this plugin supports Android 13. Right now, it is not working for Android 13....

Hi I am building an app with purpose of getting call history even in background and I want to trigger the service only when phone is making a call (with...

hi, would it be possible to add the option to color the buttons on the foreground notification?

feature

The service never starts. I am lost can you help? Here is the code: ``` // The callback function should always be a top-level function. @pragma('vm:entry-point') void startCallback() { //...

I already have the following permissions declared in my manifest but it still throws an error and crashes. Flutter version - 3.19.3 Plugin Version - 6.1.3 ``` ``` ``` ```...

The parameter transfer of the new version of sendPort. send is restricted, and I am unable to implement the step counting function. Please tell me what to do? ``` $...