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
i am getting issue when i get pub with this plugin
Because geolocator >=6.1.4 <7.0.0-nullsafety.0 depends on geolocator_platform_interface ^1.0.8 which depends on plugin_platform_interface ^1.0.2, geolocator >=6.1.4 <7.0.0-nullsafety.0 requires plugin_platform_interface ^1.0.2.
And because google_map_location_picker >=4.1.3 depends on geolocator ^6.1.14, google_map_location_picker >=4.1.3 requires plugin_platform_interface ^1.0.2.
And because flutter_stripe >=1.0.2 depends on stripe_platform_interface ^1.0.2 which depends on plugin_platform_interface ^2.0.0, google_map_location_picker >=4.1.3 is incompatible with flutter_stripe >=1.0.2.
So, because "Projectname" depends on both google_map_location_picker ^4.1.7 and flutter_stripe ^1.0.2, version solving failed.
pub get failed (1; So, because Projectname depends on both google_map_location_picker ^4.1.7 and flutter_stripe ^1.0.2, version solving failed.)
How i can solve this? Please help
The text was updated successfully, but these errors were encountered:
The problem is that the package google_map_location_picker is using an old version of the geolocator package that does not use the new plugin_plaftorm_interface with null-safety support.
i am getting issue when i get pub with this plugin
Because geolocator >=6.1.4 <7.0.0-nullsafety.0 depends on geolocator_platform_interface ^1.0.8 which depends on plugin_platform_interface ^1.0.2, geolocator >=6.1.4 <7.0.0-nullsafety.0 requires plugin_platform_interface ^1.0.2.
And because google_map_location_picker >=4.1.3 depends on geolocator ^6.1.14, google_map_location_picker >=4.1.3 requires plugin_platform_interface ^1.0.2.
And because flutter_stripe >=1.0.2 depends on stripe_platform_interface ^1.0.2 which depends on plugin_platform_interface ^2.0.0, google_map_location_picker >=4.1.3 is incompatible with flutter_stripe >=1.0.2.
So, because "Projectname" depends on both google_map_location_picker ^4.1.7 and flutter_stripe ^1.0.2, version solving failed.
pub get failed (1; So, because Projectname depends on both google_map_location_picker ^4.1.7 and flutter_stripe ^1.0.2, version solving failed.)
How i can solve this? Please help
The text was updated successfully, but these errors were encountered: