Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anupkumarpanwar/in_app_review_play_store
The Flutter plugin for Google Play In-App Review.
https://github.com/anupkumarpanwar/in_app_review_play_store
Last synced: 23 days ago
JSON representation
The Flutter plugin for Google Play In-App Review.
- Host: GitHub
- URL: https://github.com/anupkumarpanwar/in_app_review_play_store
- Owner: AnupKumarPanwar
- License: mit
- Created: 2020-08-30T15:05:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T09:36:22.000Z (over 3 years ago)
- Last Synced: 2023-08-20T22:28:38.617Z (about 1 year ago)
- Language: Java
- Size: 8.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# in_app_review_play_store [![pub package](https://img.shields.io/pub/v/in_app_review_play_store.svg)](https://pub.dartlang.org/packages/in_app_review_play_store)
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](https://developer.android.com/images/google/play/in-app-review/iar-flow.jpg)### Plugin Design Reference
https://github.com/flutter/plugins/tree/master/packages/in_app_purchase