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

Is there any way to change the interval of the callback if a certain requirement is met during the callback? I tried calling the init function with a different interval...

Hello I'm trying to use the plugin **In pubspec.yaml** `flutter_foreground_task:` **in Dart file** `import 'package:flutter_foreground_task/flutter_foreground_task.dart';` What can I do?

Hello everyone! I need to have a socket connection inside my foreground service in order to send location information to the server. And the code worked while I was using...

Been getting `MissingPluginException(No implementation found for method initialize on channel flutter_foreground_task/background` occasionally

launchApp을 눌렀을때 앱이 켜질줄 알았는데 안켜지내요 ㅠㅠ 앱이 켜져 있을때 특정 페이지로 이동은 하는데 켜지지는 않아요

need improvement

When running the sample project, if you close the app and open the app either by selecting the notification or selecting the app on your device home screen, the app...

Is there a recommended way to retrieve the `ReceivePort` when using `WillStartForegroundTask`? It looks like the `FlutterForegroundTask.receivePort` property is only valid when the service is running. When using `WillStartForegroundTask` the...

When using flutter_foreground_task for android as described in combination with another plugin (which is written in native code, too) I do receive the following error message as soon as onStart()...

E/flutter (12559): [ERROR:flutter/runtime/dart_isolate.cc(668)] Could not resolve main entrypoint function. E/flutter (12559): [ERROR:flutter/runtime/dart_isolate.cc(167)] Could not run the run main Dart entrypoint. E/flutter (12559): [ERROR:flutter/runtime/runtime_controller.cc(385)] Could not create root isolate. E/flutter (12559):...

Included: - Button text color (Android) - Button icon (for android nougat and below) - Notification buttons (iOS)