Matt Carroll
Matt Carroll
Open an iPad simulator, iOS 17.5. Add the keyboard for "Portuguese (Portugal)" (the one for Brazil doesn't seem to have the keyboard keys needed to replicate this). Reproduction: * Press...
Spelling error decorations and suggestions (Partial for #388) https://github.com/user-attachments/assets/9157f26a-50b9-4af9-8309-1945a1728be7
Sometimes an app wants to clear all the content in a document. This is especially common when `SuperEditor` is used to send chat messages. The document needs to be cleared...
Implement toggleable headers such that tapping an indicator next to the header collapses all content below the header, before another header of an equal level. It should be possible to...
Flutter implements block-based layout, even for test. In Flutter, one lays out an entire paragraph (or block) of text at one time. Many features in rich text layout depend upon...
We have some promo images that are referenced in the super_text_layout pubspec. Those images exist on `main` but not on `stable`, and as such our PR analysis keeps failing on...
Various nodes support indent. Indents need to be serialized and deserialized, e.g., in the Quill format with the "indent" property. Currently, when deserializing a Quill delta with an indent, we...
Creating a document component requires a process that begins with creating a view model from a document node, and then creating a widget from a view model. Some of our...
When using a `SuperIOSTextField` (not a SuperTextField), the selection highlight doesn't appear. Oddly, when using a `SuperTextField` on iOS, the selection highlight does appear. ```dart return DecoratedBox( decoration: BoxDecoration( border:...
When double tapping to select a word on iOS, the focal point is reported as the initial caret offset, rather than the center of the selection rectangle. I found this...