Bernardi23 / search_map_place

This is a Flutter package that uses the Google Maps API to make a TextField that tries to autocomplete places as the user types, with simple smooth animations, making a nice UI and UX.
MIT License
126 stars 96 forks source link

Not compatible with latest google_maps_flutter #37

Open Velek opened 4 years ago

Velek commented 4 years ago

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 commented 3 years ago

Just put google maps in dependecy override

dependency_overrides: google_maps_flutter: ^1.0.6

PetrosPoll commented 3 years ago

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...