Launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
Alternatives To Launch_review
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Plugins16,78682,2047 months ago16July 20, 20231bsd-3-clauseDart
Plugins for Flutter maintained by the Flutter team
Flutter Desktop Embedding7,08885 months ago22July 13, 20233apache-2.0C++
Experimental plugins for Flutter for Desktop
Go Flutter5,676223025 days ago76July 24, 202263bsd-3-clauseGo
Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
Flutter Ui Nice3,534
4 months ago8Dart
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Figmatocode3,185
15 days ago21gpl-3.0TypeScript
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Flutter_inappwebview2,70011284 days ago100June 12, 2023821apache-2.0Dart
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
Sqflite2,6957992047 days ago160July 26, 2023168bsd-2-clauseDart
SQLite flutter plugin
Flutter_local_notifications2,26210810113 days ago251August 24, 202340bsd-3-clauseDart
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
Flutter Study2,254
3 years ago5
Flutter Study
Flutter Intellij1,894
2 days ago557bsd-3-clauseJava
Flutter Plugin for IntelliJ
Alternatives To Launch_review
Select To Compare


Alternative Project Comparisons
Readme

launch_review

pub package

A Flutter plugin to assist in leaving user reviews/ratings in Google Play Store and Apple App Store.

NOTE: Please feel free to send a PR to add more functionalities.

iOS

Thanks to Edouard Marquez for adding the iOS functionality.

For iOS 9 and above, your Info.plist file MUST have the following:

<key>LSApplicationQueriesSchemes</key>
<array>
        <string>itms-beta</string>
        <string>itms</string>
</array>

Usage

To use this plugin, add launch_review as a dependency in your pubspec.yaml file.

Example

Import the library via

import 'package:launch_review/launch_review.dart'; 

Then invoke the static launch method of LaunchReview anywhere in your Dart code. If no arguments are provided, it will consider the current package.

LaunchReview.launch();

To open the App Store page for any other applications, you can pass the app Id.

LaunchReview.launch(androidAppId: "com.iyaffle.rangoli",
                    iOSAppId: "585027354");

This plugin is inspired by the Cordova plugin cordova-launch-review created by dpa99c.

iOS Specifics

Set writeReview to false to only show the app store page. Used only in iOS.

LaunchReview.launch(writeReview: false,iOSAppId: "585027354");

License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Popular Plugin Projects
Popular Flutter Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Plugin
Dart
Flutter
Rating
Appstore
Flutter Plugin