Bruno Leroux
                                            Bruno Leroux
                                        
                                    To make it clear this issue is only about using Alt+Shift on Linux, I removed the web label. I reopened https://github.com/flutter/flutter/issues/113836 for AltGr issue on web.
Hey @dkwingsmt ! Before going further (implementing support for all modifier keys and add tests), I'm very interested by your feedback on this work in progress. For the moment: -...
> Good job! Everything so far looks great. Thank you for working on it. Thanks! > Another task is to support all 3 event adapters: `PointerEvent`, `MouseEvent`, and `TouchEvent`. For...
@dkwingsmt I have updated the PR mainly to add tests. To make testing easier and make the dependence between `PointerBinding` and `KeyboardBinding` more explicit, I choose to inject the `KeyboardConverter`...
> LGTM once CI is re-enabled @domesticmouse Thanks for the review and the tip about re-enabling CI. :+1: As this code fails on stable channel, can you explain me the...
> Can you please update this PR, or give me access to do so? It has conflicts =( I have updated the PR. FYI, I disabled master channel CI because...
> Something like isIndicatorRound would be better, since all we want is true/false. Do you agree? I too think that it would be better to have such a boolean flag...
@daksh-gargas Thanks for the detailed report. @danagbemava-nc Thanks for your insight. As pointed in https://github.com/flutter/engine/pull/46037 description: "Several Android devices (Samsung) and/or IMEs (including GBoard) does not disabled suggestions when InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS...
@Renzo-Olivares Many thanks for the detailed information. > I'm leaning towards the new behavior being the correct one, since I don't see a reason not to show the prefix if...
@Renzo-Olivares I had a closer look and I still fully agree with you on "since I don't see a reason not to show the prefix if the label is floating."...