fluttercommunity / flutter_workmanager

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

pub.dev 0.5.2 is not the latest version #549

Closed albertogjunior closed 2 months ago

albertogjunior commented 2 months ago

I am using the latest version of the plugin from pub.dev but that version is no compatible with the READM.ME from the package. The new Swift classes is not available on 0.5.2, but when I looked at the MAIN branch here at GitHub I can see the new classes.

Am I missing something or is there supposed to be a new version of the plugin that is not available at pub.dev yet?

Thanks Team.

ened commented 2 months ago

@albertogjunior that is correct, the plugin is undergoing major refactor work at the moment. Please refer to the readme within the pub.dev package.

albertogjunior commented 2 months ago

@albertogjunior that is correct, the plugin is undergoing major refactor work at the moment. Please refer to the readme within the pub.dev package.

Thanks Sebastian. Unfortunately the iOS and Android setup docs in the 0.5.2 release in pub.dev are already pointing to the new features setup that you are working on not for the current version.