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

Pub get failed (1) intl version error #7

Closed furkankurt closed 5 years ago

furkankurt commented 5 years ago

Because every version of google_map_location_picker depends on flutter_localizations any from sdk which depends on intl 0.16.0, every version of google_map_location_picker requires intl 0.16.0. So, because project depends on google_map_location_picker ^2.0.0+0 which depends on intl ^0.15.8, version solving failed. pub get failed (1)

humazed commented 5 years ago

this is because flutter_localizations still depends on intl: 0.15.8 waiting for the flutter team to update it. in the meantime you can use intl: '>=0.15.8 <0.16.0'

furkankurt commented 5 years ago

I changed like intl: '>=0.15.8 <0.16.0' and solved. I also added Turkish language files and PR.

humazed commented 5 years ago

thanks for the PR.