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.
294 stars 76 forks source link

Detect when finished #92

Closed darajava closed 10 months ago

darajava commented 1 year ago

Is there a way to detect when the user has either left a review or dismissed the modal?

await inAppReview.requestReview(); just waits until it opens, i thought it would wait until it is completed

britannio commented 10 months ago

Unfortunately, the underlying API doesn't provide a way to detect this. https://developer.android.com/guide/playcore/in-app-review/kotlin-java#launch-review-flow