flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Results 143 flutter_workmanager issues
Sort by recently updated
recently updated
newest added

| Technology | Version | | ------------------- | ------------- | | Android SDK version | 29 | | Workmanager version | 0.5.2 | ## Synopsis I wanted to register a...

bug

hello im trying use workmanager in a flutter app that have the AppDelegate in objective-c and the interface of this plugin only have this: ``` #import @interface WorkmanagerPlugin : NSObject...

bug

This pull request introduces foreground service support on Android devices as per Android workmanager docs [Support for long-running workers](https://developer.android.com/develop/background-work/background-tasks/persistent/how-to/long-running). Foreground service support: * Added new methods `createForegroundInfo` and `createNotificationChannel` in...