Janos Kiss
ย ยทย Custom Templates ๐Ÿ‘‰ shop.completapp.com

Launch review [Custom action]

Name: launchReview

No return value

Dependencies: launch_review: ^3.0.1

 action:
import 'package:launch_review/launch_review.dart';

Future launchReview() async {
  LaunchReview.launch(
      androidAppId: "com.android.id",
      iOSAppId: "iosappid");
} 

You should replace the com.android.id to your android bundle id and the iosappis to your iOS app id. This is only working if your app already live in the app stores

4
6 replies