Michael Bui

Results 562 comments of Michael Bui

Thanks for the PR, was going to comment that it looks like that was missing when it comes to dealing with the listener. Also the the Java code from the...

Also just remembered about https://github.com/flutter/flutter/issues/12561 that can impact testing. A workaround is mentioned there

Thanks for making the change. I pushed a grammar fix for the error message you added in so I can try to merge sooner. One thing that this made me...

If you look at how iOS/macOS works then there is control over that. This should be clearer if you look at the example app where it decides not to have...

> So if you want to use an enum, you should use two enums (or use an enum with the combination of the 4 options, but I think it's not...

I understand what you mean and relates to my original concern. Do you think the same issue would also happen if it was a enum of four options /values though?...

If you believe there's an issue then use then provide a link to a repo with a minimal app that can reproduce the issue. This is mentioned in the bug...

@mit-mit - a social media app may notify users when someone has replied their post, in which case actions may be presented to allow the user to either reply or...

@mitchhymel thanks for the tips and appreciation :) However, does that cover when the application has been terminated as well? That's the main scenario i'm looking at it that I...