Added periodic task scheduling for iOS in Workmanager#53
Added periodic task scheduling for iOS in Workmanager#53burhanaksendir wants to merge 4 commits into
Conversation
Include workmanager to use WorkmanagerPlugin.registerPeriodicTask
Set up registerPeriodicTask to run every 2 days on iOS as on Android"
Refactor callbackDispatcher to handle the same task for both Android and iOS
|
@burhanaksendir |
I have run dart format . and flutter analyze, and updated the main.dart file accordingly. |
|
Hello @burhanaksendir , this is an interesting change, so looks like Though, I do not prefer using the |
Hello @Amjad50, |
|
I understand the benefit and I like it. My question was "is there a reason this hasn't been released as a new version (eg 0.5.3 or 0.6.0)? If there is none, can we push them to release a new version?" But, I guess we can merge this now, and change the version once they release it. |
|
@burhanaksendir |
Yes, we can request a new version to be released. I don't know why a new version hasn't been released, but you can check the commit details here. Unfortunately, I could only run the periodic task for iOS with this ref. |
burhanaksendir
left a comment
There was a problem hiding this comment.
Hi, I have added the latest changes from the master branch to my PR. Please review it again. Thank you!
Just checked it doesn’t seems like your pr is up to date with master. Can you please double check |
No description provided.