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

Feature request: Please make the requestReview a boolean #119

Closed dishankjindal1 closed 3 months ago

dishankjindal1 commented 3 months ago

I have a scenario in android, When i call the api requestReview it opens the prompt once, and it doesnt open when user has already given the rating.

I want to capture that response, if the function returns TRUE - it means android system prompt appears if the function return FALSE - It means android system prompt doesnt appear, i want to catch this and open store listing as a fallback.

britannio commented 3 months ago

Unfortunately the underlying APIs do not provide such information by design.