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

How can I test my periodic task without having to wait for fifteen minutes? I know I can run "adb shell cmd jobscheduler run -f job#" but I cannot figure...

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) **Version** | Technology | Version | | ------------------- | ------------- | | Workmanager version...

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

We use workmanager: ^0.5.0-dev.8 and the following code does not seem to work. It always sends two notifications with a sound, whenever workmanager's task is triggered. ``` Workmanager().initialize( callbackDispatcher, //...

When looking at the getting started guide, it is unclear how things work on iOS and Android. For example in the getting started guide there is the following line... `Workmanager().registerOneOffTask("1",...

bug

I would like to use Work Manager to sync local database (mobile app) with remote database through post request to server. Mobile app is "offline first" which means that user...

- [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

- [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

- [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