Cat
Cat
@EchoEllet What do you think about using [DeltaTextInputClient](https://api.flutter.dev/flutter/services/DeltaTextInputClient-mixin.html) instead of `TextInputClient`? > I commented this because it's outdated. > Although, considering plain text, it's certainly a disadvantage. But to solve...
@EchoEllet do you know what could be happening here? I'm just using `ctrl+v` (paste text that was copied before from the editor) several times. ```console [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PathNotFoundException: Cannot...
Yeah, i'm noticing that these changes breaks out tests since flutter_quill_test API does not support `updateEditingValueWithDeltas`. I'll fix it.
Is this https://github.com/singerdmx/flutter-quill/pull/2510#issuecomment-2719891365 probably related with #2450?
> Is this issue the same as https://github.com/singerdmx/flutter-quill/issues/2445 ? _I only test this "hack" in Android._ I've managed to reproduce the problem. Now, if you select text, it won't appear....
I'll start updating these PRs and finishing them. I've been a bit busy, and I'll likely have less time in the near future for certain personal reasons. Still, I'll continue...
> Could you share details including the desktop environment and the distro, and whether if you're using any sandboxing to run the app (e.g. Flatpak) I'm using Debian 12 with...
> Is there anything I can do to get it fixed? I'm having a lot of bugs due to this problem and I'm available to help It's not much at...
* Related with: *#2469*
It sounds like we'll be doing this right now. But I'll add these changes gradually later. As you mentioned, testing is an aspect we need to focus on primarily. (That's...