in_app_review_kmp

Last updated:

0 purchases

in_app_review_kmp Image
in_app_review_kmp Images
Add to Cart

Description:

in app review kmp

in_app_review_kmp #
What is it? #
The Flutter plugin that uses kmp-in-app-review library
under the hood
Which platforms are supported? #
Android and iOS
How to integrate? #

Add the dependency to the pubspec.yaml:

in_app_review_kmp: latest-version
copied to clipboard

Invoke flutter pub get
To launch in-app review call
InAppReview().launchInAppReview(InAppReviewParams params)
copied to clipboard

To launch in-market review call
InAppReview().launchInMarketReview(InAppReviewParams params)
copied to clipboard


Note 1 #
InAppReviewParams is a class that encapsulates the data needed for the library to work with Android and iOS
markets. Here's the description of these params:
class InAppReviewParams {
final AndroidParams androidParams; // params for android markets
final IOSParams iosParams; // params for ios markets
}

class AndroidParams {
final AndroidMarket market; // currently supported markets - AndroidMarket.appGallery and AppGallery.googlePlay
}

class IOSParams {
final String appStoreId; // id of the app in appstore
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.