fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I register plugins on Android ?

TheCarpetMerchant opened this issue · comments

In the IOS_SETUP.md, it's mentioned how to register plugins so they can be used in the isolate spawned by workmanager. How can I achieve the same on Android ?

I'm using a self-made plugin and need it available in the workmanager isolate.

@ened Is this plugin abandonned ? If so, could you please see if it can be turned over to the Flutter team ? I've only just noticed that nothing's been done/answered for months.