in_app_review_kmp 1.0.6 in_app_review_kmp: ^1.0.6 copied to clipboard
Plugin that allows to launch in-app and in-market review flows. Build over KMP
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add in_app_review_kmp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
in_app_review_kmp: ^1.0.6
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:in_app_review_kmp/in_app_review.dart';
import 'package:in_app_review_kmp/in_app_review_code.dart';
import 'package:in_app_review_kmp/in_app_review_method_channel.dart';
import 'package:in_app_review_kmp/in_app_review_params.dart';
import 'package:in_app_review_kmp/in_app_review_platform_interface.dart';