in_app_review_play_store 0.0.3 copy "in_app_review_play_store: ^0.0.3" to clipboard
in_app_review_play_store: ^0.0.3 copied to clipboard

The Flutter plugin for Google Play In-App Review that lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game.

in_app_review_play_store pub package #

A Flutter Plugin for In-App-Review. The Google Play In-App Review API lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game.

Install #

To install the package, add the following dependency to your pubspec.yaml

dependencies:
  in_app_review_play_store: ^0.0.3

Usage #

import 'package:in_app_review_play_store/in_app_review_play_store.dart';

// Initialize the In App Review Plugin.
InAppReview.init();

//Launch the Review Flow.
InAppReview.launch();

Screenshots #

Play Store In-App Review

Plugin Design Reference #

https://github.com/flutter/plugins/tree/master/packages/in_app_purchase

14
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The Flutter plugin for Google Play In-App Review that lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on in_app_review_play_store