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

Broken dependency smooth star rating

tverra opened this issue · comments

The parameter onRatingChanged on SmoothStarRating is removed in one of the new versions. This causes a compilation error on line 272 in dialogs.dart. A workaround is to change the version of smooth_star_rating from ^1.0.4+2 to 1.0.4+2 in the pubspec.

Duplicate of #48.