launch_review icon indicating copy to clipboard operation
launch_review copied to clipboard

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

Open Chethansmash7 opened this issue 4 years ago • 3 comments

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

Chethansmash7 avatar Apr 18 '20 08:04 Chethansmash7

Stop and restart after flutter clean it solved issue for me

aryan29 avatar May 24 '20 07:05 aryan29

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

erayhamurlu avatar Mar 20 '21 16:03 erayhamurlu

Stop And Restart or Restart PC

Githubsaveme avatar May 04 '22 19:05 Githubsaveme