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
178 stars 117 forks source link

Unhandled Exception: MissingPluginException(No implementation found for method launch on channel launch_review) #21

Open Chethansmash7 opened 4 years ago

Chethansmash7 commented 4 years ago

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(
              androidAppId: "chethanvhamburger.flutterappham"
             );
        },
      ),

I tried changing the androidAppId to the id of Whatspp also.But doesnt work.Also I left it blank to invoke the current package but same error.The screenShot of the error:

image

aryan29 commented 4 years ago

Stop and restart after flutter clean it solved issue for me

erayhamurlu commented 3 years ago

Stop and restart after flutter clean it solved issue for me to

Githubsaveme commented 2 years ago

Stop And Restart or Restart PC