Matt Carroll
Matt Carroll
The magnifier appears in the wrong place, initially. I found this problem on iOS. It probably happens on Android, but I'm not sure. I found the problem in Super Editor,...
Recently we hacked a fix for the caret size due to a bug in Flutter when the caret sits at the end of text, after a space. That hack generally...
A bug was found in a client app related to `SuperTextField`. I don't have a repro to paste here, but I found the following. Situation: A tab view with multiple...
Consider inline code styling. Inline code typically includes 3 elements different from the text around it: a monospace font, a rounded rectangle behind the text, and extra space at the...
Some common document layout features require what essentially amounts to a document within a document. For example, every cell within a table is essentially its own document. A single cell...
Add tools necessary for apps to implement drag-and-drop node re-ordering. To prove the viability, create an example that uses long-press on mobile to re-arrange nodes. The original node should remain...
We've been working on Super Editor for three years. In that time we've enjoyed funding from companies including Superlist, ClickUp, Turtle, Clearful, Bringing Fire, and Reflection. Our goal from the...
I'm assembling a slide show and I seem to be forced to provide a route for every slide. In my case, I don't plan to show or distribute this presentation...
The current structural approach of `flutter_deck` is to subclass `FlutterDeckSlideWidget` to create a slide. This requirement seems to result in a lot more code than should be necessary to describe...
I'm doing run throughs of a presentation. I place the cursor over the "next" button to click through some slides. But when I take more than a few seconds on...