britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
311 stars 81 forks source link

pub get return errors, pub get failed #24

Closed terrasuscompany closed 3 years ago

terrasuscompany commented 3 years ago

There is some conflict i think.

Because in_app_review >=2.0.1 depends on in_app_review_platform_interface ^2.0.2 which depends on url_launcher ^6.0.0, in_app_review >=2.0.1 requires url_launcher ^6.0.0. And because youtube_player_iframe 1.2.0+2 depends on url_launcher ^5.7.10 and no versions of youtube_player_iframe match >1.2.0+2 <2.0.0, in_app_review >=2.0.1 is incompatible with youtube_player_iframe ^1.2.0+2.

terrasuscompany commented 3 years ago

Thus, in_app_review >=2.0.1 is incompatible with firebase_analytics ^6.2.0.

britannio commented 3 years ago

Seems like this is the problem: https://github.com/sarbagyastha/youtube_player_flutter/issues/456 Also, version 7.1.0 of firebase_analytics should be compatible with the latest version of this plugin.

britannio commented 3 years ago

A temporary fix may be adding the following to pubspec.yaml:

dependency_overrides:
    url_launcher: ^6.0.0
britannio commented 3 years ago

Closing as this issue is caused by a separate package