-
Notifications
You must be signed in to change notification settings - Fork 142
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) #9
Comments
I don't have an iOS device or an Mac. I am sorry I couldn't get you in
this.
iOS support was added by our contributors. Hopefully someone will look on
this.
Thanks,
Purusothaman Ramanujam
…On Thu, Mar 28, 2019, 11:12 PM Bohdan Samusko ***@***.***> wrote:
I always get the following exception on iOS device. Have no idea why this
happens :( Could you please have a look?
Unhandled Exception: MissingPluginException(No implementation found for
method launch on channel launch_review)
#0 MethodChannel.invokeMethod
(package:flutter/src/services/platform_channel.dart:300:7)
#1 <#1> LaunchReview.launch
(package:launch_review/launch_review.dart:10:20)
#2 <#2>
_RateAppState.redirectToStore
(package:note_to_email/screens/rate_app.dart:307:18)
#3 <#3>
_RateAppState.handleSubmitAction.
(package:note_to_email/screens/rate_app.dart:280:15)
#4 <#4> State.setState
(package:flutter/src/widgets/framework.dart:1122:30)
#5 <#5>
_RateAppState.handleSubmitAction
(package:note_to_email/screens/rate_app.dart:274:11)
#6 <#6>
_RateAppState.initState. (package:note_to_email/screens/rate_app.dart:73:9)
#7 <#7>
_InkResponseState._handleTap
(package:flutter/src/material/ink_well.dart:513:14)
#8 <#8>
_InkResponseState.build. (package:flutter/src/materi<…>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBx5_gYAuLOrCUAatBLPk-KvYke2Vp-ks5vbPgagaJpZM4cQsI9>
.
|
Do you have cocoapods installed? Seems like the iOS library is missing. See https://flutter.dev/docs/get-started/install/macos#deploy-to-ios-devices |
@KaYBlitZ Yes, I have installed cocoapods before. So, for now, the situation is as following:
I am really confused and still try to understand what is happening and try to find where the pitfalls are. |
Not sure what is going. Does this comment apply to you? flutter/flutter#24171 (comment) . Also does stopping the application first then doing a full rebuild & run fix it? I did some quick googling and people say that hot reload may cause this issue so a full stop and run may be necessary. |
I am getting same issue.
Issue at Android |
@shantiweb I also get this exception if I do |
i'm getting the same problem, try :
its works . |
DON'T DO THIS!!!! It is more likely to break the build forever than fix the issue :/ |
Thanks works after clean :) |
I always get the following exception on iOS device. Have no idea why this happens :( Could you please have a look?
Unhandled Exception: MissingPluginException(No implementation found for method launch on channel launch_review)
#0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:300:7)
#1 LaunchReview.launch (package:launch_review/launch_review.dart:10:20)
#2 _RateAppState.redirectToStore (package:note_to_email/screens/rate_app.dart:307:18)
#3 _RateAppState.handleSubmitAction. (package:note_to_email/screens/rate_app.dart:280:15)
#4 State.setState (package:flutter/src/widgets/framework.dart:1122:30)
#5 _RateAppState.handleSubmitAction (package:note_to_email/screens/rate_app.dart:274:11)
#6 _RateAppState.initState. (package:note_to_email/screens/rate_app.dart:73:9)
#7 _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:513:14)
#8 _InkResponseState.build. (package:flutter/src/materi<…>
The text was updated successfully, but these errors were encountered: