You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method composeNewEmailInMailApp on channel open_mail_app)
#45
Open
DVKumar10 opened this issue
Mar 3, 2022
· 4 comments
I tried implementing the OpenMailApp in my new flutter project. But every time I get the below error
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method composeNewEmailInMailApp on channel open_mail_app)
The text was updated successfully, but these errors were encountered:
I am running this on Android simulator.
I using Android Studio in Windows.
I have followed the same steps mentioned in the example. I too feel it could be some configuration issue, but since I am new to the Flutter development, I am having difficulties narrowing the issue down.
Appreciate your response. If you could guide me on what could be the mistake I am making it would be helpful.
I tried to execute the Example that you had added in the below location
https://pub.dev/packages/open_mail_app/example.
I tried implementing the OpenMailApp in my new flutter project. But every time I get the below error
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method composeNewEmailInMailApp on channel open_mail_app)
The text was updated successfully, but these errors were encountered: