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
335 stars 121 forks source link

Support Android's new In-App Review API #37

Closed britannio closed 4 years ago

britannio commented 4 years ago

https://developer.android.com/guide/playcore/in-app-review https://android-developers.googleblog.com/2020/08/in-app-review-api.html

BansookNam commented 4 years ago

as you can see in this article. iOS Review count, usually a lot bigger than Android's review count. https://www.androidpolice.com/2020/01/11/play-store-tests-include-new-in-app-review-dialogs-and-a-dedicated-reviews-section/

from play core 1.8.0 (release on july) we can use this feature above 5.0. https://developer.android.com/reference/com/google/android/play/core/release-notes

We'll very much appreciate if you guys support this feature.

jonasbark commented 4 years ago

Just created a PR with it 👍

britannio commented 4 years ago

Awesome, I was impatient yesterday and wanted to learn how to create a plugin so I created https://github.com/britannio/in_app_review

rodydavis commented 4 years ago

I'm open to PRs for it!

britannio commented 4 years ago

I'm open to PRs for it!

https://github.com/fluttercommunity/app_review/pull/39 LGTM