-
Notifications
You must be signed in to change notification settings - Fork 194
Conversation
Can i use your PR in my flutter project? if the author has not done a merge request |
@yusriltakeuchi Sure! just add to your pubspec:
Always check this PR because you should always use versions from pubspec(when you can of course) :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will fix the issue
@g123k , Can we get this fix merged and released? |
We need this ASAP, please |
me too |
@ghenry you should remove ALL referentes tô registerwith. This is generated automattically |
But I call this plugin with FCM and it has always been needed. When did that change? |
@ghenry with Android V2 Embeded those plugins should be registered automatically |
Hi Alan,
I'll test, but with FCM you still need to load them for background
messages like this.
Thanks.
|
@ghenry it is not needed if the plugin is using V2 Embeded. |
Hmm.. Not sure you're correct there. |
This one does: and PathProviderPlugin and PackageInfoPlugin which I have to set in registerWith. |
Changing from V1 RegisterWith to V2 Embed.
Refers to #46