Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

Adjust Future<void> to LaunchReview.launch and fix 'Empty app id' exception even it is not empty. #19

Closed uhm0311 closed 4 years ago

uhm0311 commented 4 years ago
  1. 'await' applied to 'void', which is not a 'Future' from Dart Analysis when I call await LaunchReview.launch(...)

  2. Empty app id exception even though app id is not empty on iOS.