Michael Bui

Results 562 comments of Michael Bui

If the changes you have in your PR work for your scenarios (i.e. you don't care that it won't work when the app is killed) then I'd suggest to continue...

Provided you are on a more up to date version of the plugin with Android 12 support, this permission would've been requested by the plugin itself https://github.com/MaikuB/flutter_local_notifications/blob/2c0b2db29fef939f1355cd708f8c5fee73deed22/flutter_local_notifications/android/src/main/AndroidManifest.xml#L6 Note that it...

> Would it be good to add a check to see if we have the permission to set an exact alarm? and a way to send the user to the...

Do you have exception handling around the code in your own app around when a notification is going to be scheduled? The reason I'm asking is because the plugin throwing...

@tigertore no, as i view that as being an exception case i.e. one that is more specific to your app that should have its own logic to do so. Developers...

Can you elaborate more on the issue? For example, what happens if you don't add in the Firebase packages? Note that the plugin already calls the appropriate APIs to try...

> But in your example if I understand correctly you just see if a notification is pressed. No, the payload is shown and using the payload should work. If you've...

Thanks for the PR. Can you be more specific on what this PR is attempting to fix? The `defaultIcon` should be nullable when it comes to the `AndroidInitializationSettings` class and...

> My project is a multi-flavor project, and I need to set notification icons for each flavor, even though it's the same as their appIcon. So I just submitted this...

FYI this reminds me that `zonedSchedule` currently part of the platform interface but should be so that will happen soon. Note that there's a 10.0.0 branch right now for the...