fluttercommunity / flutter_workmanager

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

Flutter workmanager: ^0.5.1 not compatible eith flutter google_maps_flutter: ^2.5.0 #504

Closed danielspalla closed 1 year ago

danielspalla commented 1 year ago

Version

Technology Version
Workmanager version 0.5.1
Xcode version
Swift version
iOS deployment target

Describe the error

When I place workmanger in my project's pubspec.yaml, I receive an error message stating that it has "targetSdkVersion 17". And when changing to 17, google_maps_flutter starts complaining that it needs tergetSdkVersion 20.

Has anyone ever experienced this? Do you know how to solve it?

I've tried using older versions, but some functions stop working.

Output of flutter doctor -v