Renzo Olivares
Renzo Olivares
> Let me resolve the conflicts and we can start revisiting this. @Renzo-Olivares what's your preferred approach then? > > * wrap the gesture in a stateful widget similarly to...
Hi @tgucio are you still working on this PR? I think all that is needed is to resolve the merge conflicts and then I can give it a final review.
@tgucio The test failures look unrelated, but looks like there are still come merge conflicts.
This is probably related to a bug with calculating screen order of rectangles, when the rectangles are on the same line. https://github.com/flutter/flutter/blob/764f4cc8c273b82316a221694ff522effd9d1138/packages/flutter/lib/src/widgets/selectable_region.dart#L1635 I tried fixing this and writing a regression...
This seems like the same root cause as #111021
Thank you for your contribution @piedcipher! It doesn't look like `CupertinoFormRow` currently has a `suffix` property only `CupertinoTextField`. I think it is okay to pipe `suffix` through to `CupertinoTextField`. It...
Spanish LGTM and inline with what I see on iOS 16
Hi @matthew-carroll i'll take a look at this and see if this issue is on the framework side or the iOS TextInputPlugin.
I've been looking into this but haven't landed at a solution yet. Here are some observations from my investigation. The dictation system on iOS is actively replacing the entire dictation...
> Putting aside Super Editor and dictation for a moment, it has historically always been the case with deltas that when a list of deltas arrive, those deltas are a...