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

Hello! I'm relatively new to Flutter and learning as I go, so I appreciate your patience and understanding. I've just published a GitHub repository showcasing a basic usage of the...

1. We are recording the time when the foreground task was last run , based on the last run time and pending tasks. We determine if the foreground was stopped...

We have a realtime monitoring system of the foreground task. I have observed by fetching logs that the task has got destroyed many hours back but through our workmanager updates...

Issue in bridging headers __ObjC Error Occurred. no such module '__ObjC' ...../Library/Developer/Xcode/DerivedData/Runner-cbkddfpduigxuibzxtxlruoqrqnc/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/arm64/Runner.swiftinterface:10:18

When the app is in the background and reopened this crash occurs. Fatal Exception: java.lang.RuntimeException: Unable to start service com.pravera.flutter_foreground_task.service.ForegroundService@1b27f37 with Intent { cmp=com.mobisoft.ltrc.ltrc_mobile/com.pravera.flutter_foreground_task.service.ForegroundService }: java.lang.IllegalArgumentException at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5261) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs()...

While running `flutter pub get` I get below warning: ``` This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures,...

i used this library everything is ok but when app reopened after closed from recent or exit from the app it **continue from where i left the app not from...