fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

So, because your_app depends on contacts_service ^0.2.6, version solving failed. #89

Closed lambasoft closed 5 years ago

lambasoft commented 5 years ago

My application depends on contacts_service ^0.2.6, and flutter packages get is failing because contacts_service depends on an older version. The error I'm getting:

Because contacts_service >=0.2.1 depends on path_provider ^0.5.0+1 and your_app depends on path_provider ^1.1.0, contacts_service >=0.2.1 is forbidden.
So, because your_app depends on contacts_service ^0.2.6, version solving failed.

Can I fix this myself or we need to make contacts_service use the latest version of path_provider through a pull request?

lukasgit commented 5 years ago

@lambasoft are you experiencing this issue when using the latest version of contacts_service (0.2.8) ?