fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

Does the library support "Google Play In-App Review API"? #46

Closed dlpigpen closed 3 years ago

dlpigpen commented 3 years ago

Recently Google released "Google Play In-App Review API". Basically it likes the same Store kit request review framework on iOS. I am not sure this feature has been integrated in our library.

alectogeek commented 3 years ago

Discussed in #37. Yes, this library supports Google Play In-App Review API. But there is a problem described in #45. I'm not sure if the problem is also relevant for production apps. I decided to temporarily use this plugin: https://github.com/fluttercommunity/app_review

dlpigpen commented 3 years ago

@alectogeek al Thanks a lot for your support. Can I confirm the temporary link is https://github.com/britannio/in_app_review or https://github.com/fluttercommunity/app_review?

alectogeek commented 3 years ago

@dlpigpen oh, yea. The temporary link is https://github.com/britannio/in_app_review. I pasted the wrong link by accident :)

dlpigpen commented 3 years ago

@alectogeek yeah, I think so. We can close this question at this time. Thanks so much for your contribution to the Flutter community.