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.
306 stars 78 forks source link

deps: upgrade to platform 3.0.2 #49

Closed marcossevilla closed 2 years ago

britannio commented 2 years ago

@marcossevilla Thanks for the PR although I'm not sure if it is necessary.

The current dependency constraints of in_app_review_platform_interface should allow for any version of platform < 4.0.0 to be resolved.

I tested it by creating a new Flutter project then running flutter pub add in_app_review.

See this graph from pubviz image

britannio commented 2 years ago

Also, thanks to you and your team for featuring this package in https://verygood.ventures/blog/top-flutter-dart-packages! 🥳

marcossevilla commented 2 years ago

@britannio hey! yeah, it was for a dependency we needed in a project that is conflicting with that version but we're overriding it, for now, feel free to close this if you prefer 👍