fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

Outdated dependencies #113

Closed roranmorea closed 3 years ago

roranmorea commented 3 years ago

Is your feature request related to a problem? Please describe. If your App usesfirebase_auth 1.0.1 and google_maps_place_picker 1.0.1 running flutter pub get returns this error:

Because google_maps_place_picker <2.0.0-nullsafety.0 depends on http ^0.12.0+4 which depends on http_parser >=0.0.1 <4.0.0, google_maps_place_picker <2.0.0-nullsafety.0 requires http_parser >=0.0.1 <4.0.0.
And because firebase_auth_web >=1.0.0 depends on http_parser ^4.0.0, google_maps_place_picker <2.0.0-nullsafety.0 is incompatible with firebase_auth_web >=1.0.0.
And because firebase_auth 1.0.1 depends on firebase_auth_web ^1.0.1 and no versions of firebase_auth match >1.0.1 <2.0.0, google_maps_place_picker <2.0.0-nullsafety.0 is incompatible with firebase_auth ^1.0.1.
So, because morea depends on both firebase_auth ^1.0.1 and google_maps_place_picker 1.0.1, version solving failed.
pub get failed (1; So, because morea depends on both firebase_auth ^1.0.1 and google_maps_place_picker 1.0.1, version solving failed.)

Describe the solution you'd like Upgrading the Plugin's http dependency to 0.13 should solve the problem.

fysoul17 commented 3 years ago

Update to 2.0.0-nullsafety.3