Michael Bui
Michael Bui
Could you look at submitting a PR for this?
This would need a link to a repository to reproduce but the symptoms described would indicate an app that hasn't resolved/downloaded all the dependencies yet. This includes the native side.
Thanks for raising this. Would you be able to help solve the issue and raise a PR?
@MSL-BIT unless you can find a source that says otherwise, I don't believe there's a bug. This is based on how all the plugin does is call [this method](https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder#setColor(int)) so...
@mk-dev-1 it's difficult for me to say unless someone can provide a link to a repo hosting a minimal app that can reproduce this problem. From what I've seen, these...
@dsngeu I mentioned it in my previous message but for issues like this, providing snippets of Dart code and stack traces won't help. I'd need links to a repo hosting...
Sorry for the late response. Since you mentioned FCM being used, I believe there's a conflict and issued caused by the FCM plugin. Have you raised this issue on their...
Thanks for the PR and sorry for the delay in getting back. I'll need to test this out but do you have some examples where an app shouldn't use the...
Thanks for more details on this. Based on what you said, as initialisation is supposed to be a one-time thing, perhaps it would be more beneficial if the activity could...
Icons are displayed based on how you created the icon asset itself. That is external to the Android APIs, let alone the plugin. With that in mind, can you elaborate...