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

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

danielspalla opened this issue · comments

  • I have read the README
  • I have done the setup for Android
  • I have done the setup for iOS
  • I have ran the sample app and it does not work there

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