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

Dialog actions callback #40

Closed preteambuy closed 2 years ago

preteambuy commented 3 years ago

Can we have a call back when the user interacts with the review dialog. This will help to determine if the user cancelled or dismissed the dialog so that we can effectively call it at a later point in time.

britannio commented 3 years ago

If the underlying API supported it then I'd love to implement such a feature however that's not the case.

mayouf commented 2 years ago

Hi @britannio ,

1st of all, thx for this plugins !

Are you sure, there is no way to catch the user's interaction with the dialog ???

It does not make because we should have the choice to send inAppReview.requestReview() OR our own customize dialog to send users to store page.