humazed / google_map_location_picker

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

Failed when i added latest version of intl #20

Closed programmermager closed 4 years ago

programmermager commented 4 years ago

please update dependency of intl into latest version. i got error when i add google_map_location_picker and intl together. it says

Because every version of google_map_location_picker depends on flutter_localizations any from sdk which depends on intl 0.15.8, every version of google_map_location_picker requires intl 0.15.8. So, because e_power_app depends on both google_map_location_picker ^2.1.1 and intl ^0.16.0, version solving failed.

humazed commented 4 years ago

The current version of intl is

https://github.com/humazed/google_map_location_picker/blob/8dbe7c065c2e31680b00fb7340197d16a8d23e8f/pubspec.yaml#L17

so it should be compatible with intl ^0.16.0 which version of Flutter are you using?