flutter_workmanager
flutter_workmanager copied to clipboard
Improve documentation and comments to clearly convey what features can and cannot run on iOS and Android.
When looking at the getting started guide, it is unclear how things work on iOS and Android.
For example in the getting started guide there is the following line...
Workmanager().registerOneOffTask("1", "simpleTask"); //Android only (see below)
What does 'Android Only' mean exactly? If you then read below (as instructed) there is no clarification.
Furthermore, if it truly is Android only....why is it only listed in an comment in example code and NOWHERE in the actual documentation?
https://pub.dev/documentation/workmanager/latest/workmanager/Workmanager/registerOneOffTask.html nothing...
https://pub.dev/documentation/workmanager/latest/workmanager/Workmanager/registerPeriodicTask.html
This is like a major point about this library that should be explicitly and clearly conveyed.
Hi @Turburlar you raise good points. Are you interested in helping out? I'm currently quite busy with personal life and won't be able to spend a lot of time soon.