-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility Issue: Unable to Run google_maps_navigation with google_maps_flutter #148
Comments
Hi @OrKahilaPumba, The conflict arises because both Note that the Could you let us know which specific features of We're also planning to document this incompatibility in the README to help prevent confusion for other users. Thanks for your feedback! |
Hello Joonas, thanks for looking into this
Our app helps users to find parking on the street, and we use google maps
on our main screen. The user has a button to start search for parkings,
when he does, it displays on the map all available parking spots around his
destination. The user can choose to navigate to a certain parking spot, and
thats where we want to use the navigation sdk. I'm also attaching some
screenshots to help you understand our use.
Thanks for your help!
…On Wed, Sep 4, 2024 at 9:58 AM Joonas Kerttula ***@***.***> wrote:
Hi @OrKahilaPumba <https://github.com/OrKahilaPumba>,
The conflict arises because both google_maps_flutter and
flutter_navigation_sdk depend on the GoogleMaps SDK. Since the Navigation
SDKs for Android and iOS have their own GoogleMaps SDK dependencies, this
leads to the incompatibility you're encountering.
Could you let us know which specific features of google_maps_flutter
you're looking to use that are missing from the flutter_navigation_sdk?
This will help us better support your use case. If there are essential
features you're missing, we can consider adding them to the
flutter_navigation_sdk.
We're also planning to document this incompatibility in the README to help
prevent confusion for other users.
Thanks for your feedback!
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCRU56KY36LCHCB5NE6HFGDZU2VPTAVCNFSM6AAAAABNRRMXFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRYGA3DIOBWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There is no takeSnapshot method,How should I get screenshots from the Map sdk in the current sdk? |
This issue has not been fixed. I cannot be able to use this package with the default google_map_flutter package |
Hi @reubendeekay , This issue was closed as documentation explaining this was added to README.md file.
As this package is a wrapper for the native Navigation SDKs, it cannot resolve this issue directly. You have a couple of options:
|
@OrKahilaPumba how did u fix this issue can u help me |
Sorry man, we didn't find a solution for the problem, we just stopped using google_maps_flutter |
@v62win The issue is explained here: |
Environment details
Steps to reproduce
example
CocoaPods could not find compatible versions for pod "GoogleMaps":
In Podfile:
google_maps_flutter_ios (from
.symlinks/plugins/google_maps_flutter_ios/ios
) was resolved to 0.0.1, which depends onGoogleMaps (< 10.0, >= 8.4)
Expected Behavior: I should be able to use both google_maps_navigation and google_maps_flutter together in the same Flutter project without any dependency conflicts.
Proposed Solutions:
Thanks!
The text was updated successfully, but these errors were encountered: