Skip to content
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

Not compatible with latest google_maps_flutter #37

Open
Velek opened this issue Nov 11, 2020 · 2 comments
Open

Not compatible with latest google_maps_flutter #37

Velek opened this issue Nov 11, 2020 · 2 comments

Comments

@Velek
Copy link

Velek commented Nov 11, 2020

Because every version of search_map_place depends on google_maps_flutter ^0.5.13 and X depends on google_maps_flutter >=1.0.6, search_map_place is forbidden.
So, because X depends on search_map_place any, version solving failed.
pub get failed (1; So, because X depends on search_map_place any, version solving failed.)

@foxy17
Copy link

foxy17 commented Nov 24, 2020

Just put google maps in dependecy override

dependency_overrides:
google_maps_flutter: ^1.0.6

@PetrosPoll
Copy link

I'm gettin the following error

Because travelling depends on dependency_overrides any which doesn't exist (could not find package dependency_overrides at https://pub.dartlang.org), version solving failed.
pub get failed (server unavailable) -- attempting retry 1 in 1 second...
Because travelling depends on dependency_overrides any which doesn't exist (could not find package dependency_overrides at https://pub.dartlang.org), version solving failed.
pub get failed (server unavailable) -- attempting retry 2 in 2 seconds...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants