-
Notifications
You must be signed in to change notification settings - Fork 392
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
MissingPluginExecption #155
Comments
may be related to #156 |
MissingPluginException(No implementation found for method cropImage on channel plugins.hunghd.vn/image_cropper) |
I was able to solve the issue by upgrading to embedded v2. |
@OlaleyeJumoke Could you please elaborate a little bit more on this? I'm facing the same problem ( I've replaced Interestingly, that prior to migration to embedded v2 - this image_cropper 1.2.1 worked fine on the v1 with registrants... |
@karmazinkd , I don't why you are adding a lot of permissions checking codes in your PR. The plugin doesn't need those permissions |
It's not mine :) I just noticed that someone PRs your plugin to fix MissingPluginExecption. and I do have MissingPluginExecption even though I migrated to v2 embedded, so I'm wondering if you can take a look at it. |
Could you give me a project to help me reproduce this issue? |
I'm having the same issue. It doesn't crash the app but the cropper fails to open. I have tried I tried this fix , but it's still not working. Any working solution or suggestions will be appreciated. Here is my error message:
|
|
Please check v1.2.3 |
Any update? Shall I close this issue? |
okay,
I have checked 1.2.3 update fixed that issue.
thank you for your quick update.
… 2020. 6. 11. 오후 1:33, HungHD ***@***.***> 작성:
Any update? Shall I close this issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#155 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALKC74BNOJ4NKP223SNEXPDRWBNBVANCNFSM4MYIICHA>.
|
I'm getting the MissingPluginExecption as well but continuously every time the user leaves the app but doesn't fully close it. This is my use flow:
start the app again
MissingPluginExecption
when trying to use the plugin functionIf I close the app and restart it everything works fine but for that special usecase it doesn't.
flutter clean
did not fix this.Is there a way to fix this?
The text was updated successfully, but these errors were encountered: