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

Hi there, I used to successfully integrated the plugin under Android app. Now, I am preparing the same app to run under iOS. I already have iOS `appId` and the...

`C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:22: error: cannot find symbol import androidx.annotation.NonNull; ^ symbol: class NonNull location: package androidx.annotation C:\Users\vadim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\launch_review-3.0.1\android\src\main\java\com\iyaffle\launchreview\LaunchReviewPlugin.java:107: error: cannot find symbol public void onAttachedToEngine(@NonNull FlutterPluginBinding binding) { ^ symbol: class NonNull location:...

Hey, I found this plugin is useful for opening the app screen when I want used to rate and review my app. I am providing one more feature where the...

Apparently the v1 embedding stopped working on Flutter 1.17. To fix this issue it is needed to update to the embedding v2: https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration

Any possibility to launch TestFlight instead of App Store for iOS ?

Error when LaunchReview.launch on notification clicked. Occured on both background & foreground push notifications. launch_review: ^3.0.1 Flutter 2.8.1 ``` E/MethodChannel#launch_review(17220): Failed to handle method call E/MethodChannel#launch_review(17220): java.lang.NullPointerException: Attempt to invoke...

Fix crash on Android due to this PR https://github.com/Purus/launch_review/pull/43 cc: @Purus

Hello! Can you add Copyright notice in your MIT License, particularly the author's name and surname and also the development year, according to the conditions of the license's application. Now...