humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 309 forks source link

because google_map_location_picker >=4.1.3 depends on geolocator ^6.1.14 which depends on geolocator_platform_interface ^1.0.8, file_picker ^3.0.2+2 is incompatible with google_map_location_picker >=4.1.3. #166

Open Ebrahimhammad opened 3 years ago

Ebrahimhammad commented 3 years ago

Hi There,

I've got the below error when trying to update my app packages:

Because no versions of file_picker match >3.0.2+2 <4.0.0 and file_picker 3.0.2+2 depends on plugin_platform_interface ^2.0.0, file_picker ^3.0.2+2 requires plugin_platform_interface ^2.0.0. And because geolocator_platform_interface <2.0.0-nullsafety.0 depends on plugin_platform_interface ^1.0.2, file_picker ^3.0.2+2 is incompatible with geolocator_platform_interface <2.0.0-nullsafety.0. And because google_map_location_picker >=4.1.3 depends on geolocator ^6.1.14 which depends on geolocator_platform_interface ^1.0.8, file_picker ^3.0.2+2 is incompatible with google_map_location_picker >=4.1.3. So, because MYAPP depends on both google_map_location_picker ^4.1.7 and file_picker ^3.0.2+2, version solving failed. pub get failed (1; So, because MYAPP depends on both google_map_location_picker ^4.1.7 and file_picker ^3.0.2+2, version solving failed.)

Appreciate your help to address this compatibility issue as I am using your package in my app and I need to update it.

Thanks