flutter_background icon indicating copy to clipboard operation
flutter_background copied to clipboard

A flutter plugin to keep apps running in the background via foreground services. Android only.

Results 32 flutter_background issues
Sort by recently updated
recently updated
newest added

This was strange. I tested the application on debug mode and the icon I'm providing is getting displayed correctly. But when tested with release build after flutter clean, icon just...

**Describe the bug** After run the FlutterBackground.initialize() command on the first app start, the application shows the "Let app always run in background?" dialog. If press "Allow", the FlutterBackground.initialize() returns...

bug

**Describe the bug** It works in emulator but not in a real device **To Reproduce** ``` FlutterBackground.initialize( androidConfig: FlutterBackgroundAndroidConfig( notificationTitle: "Running in Background", notificationImportance: AndroidNotificationImportance.Max, notificationText: "Your Location is being...

bug

Please check below crash detail. RuntimeException Failure delivering result ResultInfo{who=null, request=5672353, result=0, data=null} to activity {com.app.splitflap/com.app.splitflap.MainActivity}: java.lang.IllegalStateException: Reply already submitted **IllegalStateException Reply already submitted** io.flutter.embedding.engine.f.e$g in a at line 4...

Android 13 introduces some changes that might affect this plugin: - [Foreground Services (FGS) Task Manager](https://developer.android.com/about/versions/13/changes/fgs-manager): The users can now stop foreground services - [Battery Resource Utilization](https://developer.android.com/about/versions/13/changes/battery): Lots of changes...

**App crash after some time (after 2,3 minutes )don't know why after screen lock** basically, I want to send msg by the telegram bot when I found a notification from...

bug

This plugin works quite well except for the first time crash while granting permission. what I noticed that if I run the app for few hours like 8-9hours it restarts...

bug
help wanted
more info needed

**Describe the bug** I'm getting a default notification instead of the configured one. Upon request, I can publish the full source code of the app. Note that I'm new to...

bug

Hello, I'm using this plugging to run a function (bluetooth scan) in background, even if the app is not "open". As a way to try this plugging to see if...

bug

**Describe the bug** when i start the application null exception trowed **To Reproduce** final androidConfig = FlutterBackgroundAndroidConfig( notificationTitle: "Allarme", notificationText: "Notifica per gli errori", notificationImportance: AndroidNotificationImportance.Default, notificationIcon: AndroidResource(name: 'background_icon', defType:...

bug