flutter_foreground_task
flutter_foreground_task copied to clipboard
This plugin is used to implement a foreground service on the Android platform.
I'm a bit clueless about the use case for the `WithForegroundTask` widget is? From looking at it, it should prevent popping the scaffold it is wrapping? For reasons I don't...
Despite of what I wrote in #183, I needed to tap into the plugin because I needed to call the notification from the task handler callback and that doesn't work...
Hello Everything works as expected when I test a release build from xcode/flutter, but when I submit my app to the App Store and test closing the app from there,...
I want the notification to show multiple lines of text. I implemented a 3 lines text to but the notification shows 2 lines then points like this... . Is there...
My use-case is as follows - My app has an audio rooms feature - (A) Some of my users only listen - they never accept the MICROPHONE permission and use...
Thanks for this great package and all the community information here. Is it possible to change the text of the notification buttons in Android while a foreground service is running?...
Dears, Thanks for your great work. I have a problem with IOS It gives this error message ```Swift Compiler Error (Xcode): Cannot find type 'CallkitIncomingAppDelegate' in scope``` in AppDelegate.swift ```...
Hi, I'm using https://github.com/hezbr/easy_sms_receiver for listen for receiving SMS, so when a new SMS is received I can open a new page of the app using launchApp. ``` @override void...
isOnceEvent is missing from ForegroundTaskOptions where this option is clearly used in the example code and README. Where did isOnceEvent go?