Michael Bui

Results 562 comments of Michael Bui

Thanks for the reminder. This is something that should be documented. A null payload can't be set because it would actually cause a crash on older versions of iOS

This is currently not possible and requires an update from the plugin as Apple use to combine both together as one setting that is now deprecated (see https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions?language=objc). A pull...

Could you submit a PR for it? Regarding `initialize`, this could default to not requesting it. Note there's another API that is specific to iOS/macOS for requesting permissions

Any chance you could submit a PR for this?

Will do but note that this was something requested before and I had decided not to have in the plugin to avoid bloating the core APIs. As there seems to...

I don't have access to such devices to check. What you're describing seems to be related to a general problem that can occur with Flutter applications and isn't specific to...

How about submitting a PR given you have some Android code there as well? :)

If you don't have access to a stock Android device then I would suggest looking at using an emulator. Note that I do have a Pixel 4 XL so I...

Have been thinking about it. The reason why it's not there was that there are devs that are also targeting iOS 8 and 9 and custom intervals like that aren't...

I have seen your fork and I'm always open to look at a PR :)