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

Execute _requestReview() after a while. #45

Closed Gnaagounet closed 1 year ago

Gnaagounet commented 2 years ago

Hi,

I don't see how I can execute _requestReview() after a while, as plugin rate_my_app. How use settings, like minDays, minLaunches or remindDays ?

britannio commented 2 years ago

Hey @Gnaagounet, this plugin doesn't handle such scenarios but you could use shared_preferences to track metrics like the number of app launches.

Gnaagounet commented 2 years ago

Hi @britannio , thanks for you reply, I'll check that ;)

britannio commented 1 year ago

Closing as a stale issue.