-
Notifications
You must be signed in to change notification settings - Fork 245
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 #169
Comments
There's no such version Latest version is 1.5.0. |
yes i know but i meant that to know i download latest version of the example app. |
The /example is a folder within this repo. Do not quote the example version, quote the plugin version. |
OK can you help me ? if you understand my issue? |
Are you sure you ran |
The /example imports 4 external dependencies. It has no problem using those. Anyway, why are you importing the |
why not?i want to import any library, it seems there is something wrong or comparability issue, |
MissingPluginException(No implementation found for method listen on channel |
I made a new "hello world" project with latest https://github.com/transistorsoft/flutter_hello_world |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open. |
Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you. |
hey, I am having this issue as well |
@flutterboi You are providing zero information. See the first post in this thread for interesting information to provide. |
I am using the same location plugin as OP. See the original post. This plugin does not work in congruence with the other location plugin. |
There's no way you're using the same version. I'm not thinking about this closed issue until you provide all the required info as in OP. |
Your Environment
flutter doctor
):MainActivity
GeneratedPluginRegistrant
Expected Behavior
adding any additional plugins (already used and worked in the same flutter version) worked without any problem
Actual Behavior
adding any new plugins in pubspec.yaml and use it the code , i get Unhandled Exception: MissingPluginException
Steps to Reproduce
1.add location: ^2.3.5 in pubspec.yaml Running "flutter pub get"
2.add this code in any file or in a new file
3.you will got MissingPluginException
Context
i have MissingPluginException in several plugins or in any new plugin
for example
I do flutter clean and nothing changed
it's not about Flutter version because i do create a new project and i test one of those Libraries and everything was OK
Debug logs
Logs
The text was updated successfully, but these errors were encountered: