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

We could use a better sample. Ideas: - Have a log file that keeps track of previous ran tasks. - Completely different UI for either Android and iOS. - Android...

enhancement

Actually this was an idea we already discussed with @jeremie-movify and @petermnt before. The return of a boolean as the result of a background job was a MVP approach and...

enhancement

Can you please guide about running tasks in terminated state. Thanks

bug

I would like to ask about frequency. I found Frequency is 15 minutes. Is it for both iOS and Android? Could I add 3 minutes in frequency for Android and...

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

[Closes](fix:) #295 [Closes](feat:) #450 [Closes](feat:) #497 Due to iOS side of this plugin falling behind Android it was necessary to do a major overhaul on iOS side. In summary the...

the package work fine in foreground and in background But When App killed No Thing Happen ?? package version workmanager: ^0.5.1 flutter version 3.7.7 The Code I try To run...

bug

checks whether a period task is scheduled. Otherwise, there is no way to know whether some work you previously might have scheduled, is actually scheduled or not. Since periodic tasks...

# Issue with WorkManager Periodic Task Scheduling ## Description I encountered an issue with WorkManager while scheduling a periodic task with a 2-hour interval and a constraint that the network...

Following what the WorkManager documentation says (https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work?hl=pt-br#flexible_run_intervals) with this the precision of periodic tasks may be better