Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Chethansmash7 opened this issue Apr 18, 2020 · 3 comments

Comments

@Chethansmash7
Copy link

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
Copy link

aryan29 commented May 24, 2020

Stop and restart after flutter clean it solved issue for me

@erayhamurlu
Copy link

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

@Githubsaveme
Copy link

Stop And Restart or Restart PC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants