flutter_workmanager
flutter_workmanager copied to clipboard
A Flutter plugin which allows you to execute code in the background on Android and iOS.
Hello, I have integrated according to the instructions for iOS. I have also tried with the example project, but it doesn't work with `registerProcessingTask`. When I tried with `registerOneOffTask`, it...
@brianegan @ened @absar
- [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...
This PR adds a Privacy Manifest for iOS. It includes the Required Reason key for `UserDefaults`, as that is the only API that the package uses. I declared reason `CA92.1`...
Hi, to put them in context I am consuming an API, and I save the data to a local database (Hive), then I get this data using a Stream to...
After the package is installed using `flutter pub add workmanager`, the build process throws an error when compiling for Android. FAILURE: Build failed with an exception. A snippet is shown...
I'm trying to call android method via platform chanels. They work fine when called from main isolate but when calling from my callbackDispatcher I always get "Error in background task:...
- update java runner to v2 - remove tuneup and replace it with dart analyze
- [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...