AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Flutter's Text Editing Deltas
Flutter was blocked for a while because it needed what are called text editing deltas. The operating system would do the replacement on the android or io s side, and then send the entire paragraph back into flutter. Once we had em, then we could do something about it. We now have an object that knew how to take deltas, insertion, deletian replacement, and actually make those changes to the document.