-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_messaging] Registry Conversion Error Between PluginRegistry and FlutterEngine #1729
Comments
Hi @pradeep121212 |
has this been solved? |
Any solutions? Still getting this error |
Solved using :
https://stackoverflow.com/questions/59446933/pluginregistry-cannot-be-converted-to-flutterengine
…On Wed 22 Jan, 2020, 2:11 PM Krishnakumar CN, ***@***.***> wrote:
Any solutions? Still getting this error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1729>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALRBEKAO2AP6AH3ESGHNV3DQ7ABDRANCNFSM4KA65FCA>
.
|
I am also facing this error.
|
Solution? |
https://stackoverflow.com/questions/59446933/pluginregistry-cannot-be-converted-to-flutterengine This worked for me too.. |
@krishnakumarcn Ive try but my app crash |
Can you provide the error message? |
Do all the steps mentioned in the stack overflow answer. |
Unable to instantiate activity ComponentInfo{com.my.pack/com.my.pack.Application}: java.lang.ClassCastException:com.my.pack.Application cannot be cast to android.app.Activity |
The error is: original Mainactivity
my application.java import io.flutter.app.FlutterApplication;
|
@stoppiNeobiz AndroidManifest file? |
I'm facing the same issue @krishnakumarcn when I applied the solution from stackoverflow my app is building successfully but not opening. because i have many other plugins used in my app such as firebase Auth, firebase database etc they all got auto registered in |
my
not like yours
|
|
* Fix build failures due to CocoaPods version * Fix ml_vision Podfile * Reformat * Update pubspec.yaml and CHANGELOG
Hey all 👋 As part of our roadmap (#2582) we've just shipped a complete rework of the If you can, please try out the dev release (see the migration guide for upgrading and for changes) and if you have any feedback then join in the discussion here. Given the scope of the rework I'm going to go ahead and close this issue in favor of trying out the latest plugin. Thanks everyone. |
The text was updated successfully, but these errors were encountered: