fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 109 forks source link

what is onValue? #28

Closed shinriyo closed 4 years ago

shinriyo commented 4 years ago

Hello. Thank you for such good plugin.

I read the document. onValue is the rate start number which user reviewed?

    if (Platform.isIOS) {
      AppReview.requestReview.then((onValue) {
        print(onValue);
      });
    }

Or, it is not. Could you tell me how to get the star count which user reviewed.

rodydavis commented 4 years ago

Please check this issue for more info: https://github.com/fluttercommunity/app_review/issues/18