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

In the IOS_SETUP.md, it's mentioned how to register plugins so they can be used in the isolate spawned by workmanager. How can I achieve the same on Android ? I'm...

bug

Exception java.lang.NullPointerException: Attempt to read from field 'java.lang.String io.flutter.view.FlutterCallbackInformation.callbackLibraryPath' on a null object reference in method 'java.lang.String io.flutter.embedding.engine.dart.DartExecutor$DartCallback.toString()' at io.flutter.embedding.engine.dart.DartExecutor$DartCallback.toString at java.lang.String.valueOf (String.java:3657) at java.lang.StringBuilder.append (StringBuilder.java:132) at io.flutter.embedding.engine.dart.DartExecutor.executeDartCallback (DartExecutor.java) at...

Hello guys , i am using this package but I am getting error to use , when I run task in background and when i terminate the application, the **task...

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

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

await is used but in a not asynchronous fonction -> just add async for the workmanager().executetask fonction

I have checkout the example folder in the workmanager package and then ran the example in the iOS platform. But the callbackDispatcher is not execute when i resister registerOneOffTask. It's...

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) - [ ] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have...

bug