flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

Improve documentation and comments to clearly convey what features can and cannot run on iOS and Android.

Open Turburlar opened this issue 3 years ago • 1 comments

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.

Turburlar avatar May 06 '22 15:05 Turburlar

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.

ened avatar May 07 '22 10:05 ened