You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
May 31, 2021
· 0 comments
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: