fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
826 stars 247 forks source link

[question] Is this package suitable for iOS BGProcessingTask? #484

Closed valentynapolienova closed 1 year ago

valentynapolienova commented 1 year ago

I am implementing an app which uses ML to analyse user's gallery. This task is too big for iOS BGAppRefreshTask , I found that I need to use BGProcessingTask .
Can this package help me or I need to use something else like custom MethodChannel?

ened commented 1 year ago

BGAppRefreshTask is on the todo list. Which library are you using for ML in Flutter?

valentynapolienova commented 1 year ago

Issue closed, cause this package is actually uses Processing Tasks.