fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
303 stars 415 forks source link

Version error #171

Closed panchalAlpit closed 2 years ago

panchalAlpit commented 3 years ago

Because flutter_google_places >=0.3.0 depends on google_maps_webservice ^0.0.20-nullsafety.3 which depends on json_annotation ^4.0.0, flutter_google_places >=0.3.0 requires json_annotation ^4.0.0. So, because legit depends on both flutter_google_places ^0.3.0 and json_annotation ^3.0.0, version solving failed. pub get failed (1; So, because legit depends on both flutter_google_places ^0.3.0 and json_annotation ^3.0.0, version solving failed.)

ingsoto83 commented 2 years ago

I´m facing same issue: Because flutter_google_places >=0.3.0 depends on rxdart ^0.26.0 and geoflutterfire 3.0.1 depends on rxdart ^0.27.0, flutter_google_places >=0.3.0 is incompatible with geoflutterfire 3.0.1. And because no versions of geoflutterfire match >3.0.1 <4.0.0, flutter_google_places >=0.3.0 is incompatible with geoflutterfire ^3.0.1

Captura de Pantalla 2021-10-15 a la(s) 12 25 49

.

ingsoto83 commented 2 years ago

Solved using this package flutter_google_places_hoc081098: ^1.0.0-nullsafety.5

juliansteenbakker commented 2 years ago

This is a duplicate of #164. Expect a fix soon.