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

- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [Not applicable] I have...

bug

- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...

bug

I want to parodically call the workmanager to sync the data on server. It is working fine when app is in foreground and background. But when I killed the app...

**Version** | Technology | Version | | ------------------- | ------------- | | Workmanager version | ^0.5.2 | Flutter 3.19.2 [√] Android toolchain - develop for Android devices (Android SDK version...

bug

``` if (inputData != null) { for (final entry in inputData.entries) { final key = entry.key; final value = entry.value; if (!(value is int || value is bool || value...

bug

First of all, thank you for such a great plugin :) I'm wondering if it's possible to invoke the work manager from native side, just like in flutter. For instance,...

- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...

bug

What's the use of uniqueName and taskName? Can we check the task status using the names?