flutter_google_places_picker
flutter_google_places_picker copied to clipboard
iOS BUILD FAILED "userData not found on object of type GMSPolyline " when using it along with google_maps_flutter
The above error message is displayed when we try to compile the app for ios along with google_maps_flutter.
One I remove this package from the dependancy list the error is resolved.
Please refer to the following thread for more details. https://github.com/flutter/flutter/issues/65102 https://github.com/flutter/flutter/issues/80678
Possible workaround https://github.com/flutter/flutter/issues/65102#issuecomment-832593347
I think you guys have a better chance of identifying the cause of this error and propose a solution for it.