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

[ Feature request ] Implement callbacks to know if someone has actually rated the app #75

Closed Tom3652 closed 1 year ago

Tom3652 commented 1 year ago

Hello !

I would like to have callback telling me that a user has indeed rated my app, is that even possible ? if i use the .then() method, i can't know if a user has canceled or sent the review :/

Thanks in advance