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

Allow to use custom Package IDs for Android #39

Closed nivisi closed 3 years ago

nivisi commented 3 years ago

Hey! Thanks for this plugin.

In our app we have three type of builds: dev, stage and prod. For each of them we have different package names: app.dev, app.stage and just app.

Using this plugin it's not possible to test it: we have those prefixes for dev and stage builds, but the app is published w/o them.

Would be great if we had an option to pass the package ID to the plugin.

Thanks!

britannio commented 3 years ago

Assuming that my implementation of openStoreListing() works, wouldn't it be sufficient to test it once on a production build?

nivisi commented 3 years ago

@britannio sorry for a late response. Yep, that surely would make sense 😀