humazed / google_map_location_picker

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

following error: flutter pub get #47

Closed humazed closed 4 years ago

humazed commented 4 years ago

From the email

We are trying to use in a project the google_map_location_picker 3.2.1+1 you created for flutter but when running flutter pub get after adding the import in the pubspec, we get the following error: flutter pub get Because google_map_location_picker >=3.2.1+1 depends on provider ^4.0.4 and ParkNGo depends on provider 3.2.0, google_map_location_picker >=3.2.1+1 is forbidden. So, because ParkNGo depends on google_map_location_picker ^3.2.1+1, version solving failed. Running "flutter pub get" in pa-mobile... pub get failed (1; So, because ParkNGo depends on google_map_location_picker ^3.2.1+1, version solving failed.)

humazed commented 4 years ago

The error message is saying you are using an outdated version of provider provider 3.2.0 you need to update it to the latest version provider ^4.0.4