agilord / cron

A cron-like time-based job scheduler for Dart
BSD 3-Clause "New" or "Revised" License
116 stars 23 forks source link

Will Cron run if the device is restarted #7

Open mnshaikna opened 5 years ago

mnshaikna commented 5 years ago

Hello, First of all, This Plug-in is just awesome and thanks a lot for that.

Please can you let me know that if the Cron will still run if the App is terminated (Force Stopped) or the Mobile is restarted?

isoos commented 5 years ago

@mnshaikna: I have no experience running this on Flutter, it was developed for server apps. However, people seem to try and experiment with it, and you can find some details about the expected behaviour in https://github.com/agilord/cron/issues/4.

The clear future-proof answer is to implement something like https://github.com/agilord/cron/issues/6, which would integrate with the mobile OS, but I have no plan in the near future to implement it myself. Happy to help though :)