Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).

Home Page:https://pub.dev/packages/rate_my_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 0.6.0 doesn't work

crush3r opened this issue · comments

I use Flutter SDK v1.14.6 (Beta channel)
And I can't use the last version 0.6.0.
Running "flutter pub get" get an error:

Because every version of flutter_driver from sdk depends on pedantic 1.8.0+1 and rate_my_app >=0.6.0 depends on pedantic ^1.9.0, flutter_driver from sdk is incompatible with rate_my_app >=0.6.0.

As stated in the message, this plugin is using pedantic v1.9.0 while flutter_driver is using pedantic v1.8.0+1. You either have to wait for flutter_driver to update their version or downgrade Rate My App to 0.5.0+4.