Michael Bui

Results 562 comments of Michael Bui

This is outside the control of the plugin. Are you checking this by having the app call or are you copying and pasting results from your IDE? What you've described...

Could you help look into and submit a PR on this? Support for foreground service notifications was a contribution from the community that started with https://github.com/MaikuB/flutter_local_notifications/pulls?q=is%3Apr+is%3Aclosed+foreground

@hassony105 as mentioned by @notOsteen, this error happens when your app hasn't properly been configured to enable desugaring. It's covered in the readme [here](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications#gradle-setup). Whilst you mentioned you have tried...

@marcellocamara that is specifically about what the **plugin** needs to support scheduled notifications. That is different to saying that only apps requiring scheduled notifications need it. Happy for you to...

Closing as @iamongit has already answered this. For future reference, whenever you check tutorials and what not, be aware that whatever is mentioned there may be out of date and...

No I wasn't aware of it so thanks for the tip I'll need to look up how that works. Have used it for Azure DevOps but currently responding on phone...

Hey @lukemmtt, checking back on to see if you're able to look at the PR comments.

Hmm I merged this but I just thought of a question. Would it have been possible for the plugin to handle the [method](https://developer.apple.com/documentation/usernotifications/unusernotificationcenterdelegate/usernotificationcenter(_:opensettingsfor:)?language=objc) instead of requiring developers to implement it...

Thanks for the response and references. Yep I took a look and you're right. What you shared would indicate Flutter isn't forwarding the calls. If it was then there should...

Based on what @bbader-kada has said, the issue is that the FCM callback is triggering twice. If so, then this isn't this plugin can help resolve. The other thing to...