flutter_workmanager
flutter_workmanager copied to clipboard
A Flutter plugin which allows you to execute code in the background on Android and iOS.
When I start my app, I'd like to check whether my recurrent task is scheduled or not so I can offer the user to cancel it, or schedule it. I...
Android allows listening to the state of all workers. ref: [Observing your work](https://developer.android.com/guide/background/persistent/how-to/manage-work#observing) This feature doesnt seem to be in `flutter_workmanager`. Is it not there just because of no demand...
The minimum `ext.kotlin_version` for WorkManager to **work** wasn't updated in the [ANDROID_SETUP.md ](https://github.com/fluttercommunity/flutter_workmanager/blob/main/ANDROID_SETUP.md) file. Apps (android) crash with the version set to < 1.8.0. The [example](https://github.com/fluttercommunity/flutter_workmanager/blob/main/example/android/build.gradle) given uses 1.8.10
- [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) - [ ] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [ ] I...
Simulate background fetch closes app rather than expected behaviour from example app for ios 17.0.2
- I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - I have ran the sample app and it does not work there **Version** | Technology...
In iOS 17+, there is now support for background tasks that are related to health research. These background tasks seem to be given additional priority and resources, and run more...
- [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...
I'm trying to run a one-off task using the work manager plugin. Works fine on android, but on IOS I'm running into some issues. I have set up as per...
This is a great plugin. ## Requirement Implement a widget that supports Android and iOS. I want to use it and flutter_workmanager to request the HTTP interface to update the...
- [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 ran the sample app and it does not work there...