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

inAppReview.isAvailable() after user "submited" question #86

Closed NaosFr closed 1 year ago

NaosFr commented 1 year ago

Hi, quick question:

Once the user has submited their review, will inAppReview.isAvailable() return false the next times?

Thank you 😇

britannio commented 1 year ago

Unfortunately not, it is an implementation detail of the official APIs that cannot be adjusted.

NaosFr commented 1 year ago

ok thanks 👌