launch_review icon indicating copy to clipboard operation
launch_review copied to clipboard

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.

Results 37 launch_review issues
Sort by recently updated
recently updated
newest added

I'm new to xCode and iOS app. I build this flutter source code in xCode 13.2.1 and got some errors of LauchReviewPlugin (ver 3.0.1). Can you help me to fix...

Please remove this Toast ‘Please Rate Application’ . Thank you.

> If no arguments are provided, it will consider the current package. This part didn't work on iOS. I had to set the App Id of my application for it...

The toast is not necessary. Besides that, since it shows a message written in English, it can be rather confusing for users if the app is presented in other languages.

Well I am attaching the Screenshot of the Error I am getting while executing the below code for android. IconButton( icon: Icon(Icons.rate_review), iconSize: 100, color: Colors.blue, onPressed: () { LaunchReview.launch(...

Added the ability to use a custom text for toast - And the ability to the user wants to show a toast or not.

Module 'launch_review' not found in XCode.