Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion in_app_review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

A Flutter plugin that lets you show a review pop up where users can leave a review for your app without needing to close your app. Alternatively, you can open your store listing via a deep link.

It uses the [In-App Review](https://developer.android.com/guide/playcore/in-app-review) API on Android and the [SKStoreReviewController](https://developer.apple.com/documentation/storekit/skstorereviewcontroller) on iOS/MacOS.
It uses the [In-App Review](https://developer.android.com/guide/playcore/in-app-review) API on Android and [requestReview](https://developer.apple.com/documentation/storekit/appstore/requestreview(in:)-1q8qs) on iOS/MacOS.


# Usage

Expand Down