Michael Bui
Michael Bui
@Levi-Lesches Sorry been meaning to come back to reply to this. I could give a more detailed answer if desired but will hold off given it's been a while and...
> docs: the readme points to a deprecated package and says that this plugin cannot provide bags numbers when it in fact can on Android and iOS Although a typical...
I've not taken a look yet but something to call out that may have been missed is that on the Android side, there are classes used to so that notification...
Thanks for the research. Putting that aside, I was going to say it's not just about lines of code that should considered. Introducing Pigeon effectively means everything needs to be...
> Can we bump the minSdk in build.gradle to 19? Could you provide a link to a repo hosting a minimal app that can reproduce the issue? Note that from...
@mock1328 you seem to be talking about something else that and this can get in the way of the issue you originally raised. I would advise to go back to...
Based on what you've mentioned, the notification being shown is a push notification via FCM. Is this correct? If so, then the issue would be on FCM side. The `getNotificationAppLaunchDetails()`...
Can be more specific about the steps to reproduce the issue? One thing I've noticed is you use the same notification ID throughout your code. This means everytime a notification...
The feature was never done and requests on this had been closed as Apple doesn't support it like @Levi-Lesches mentioned. @BadgerHobbs yep background tasks is an approach and I do...
What you're trying to do is an application-specific use case. The plugin's purpose is to act as a wrapper around the notification APIs and there isn't a *direct* API that...