X Code
X Code
Oh I got it. Didn't notice I can select chrome here. My bad
> I have no clue how to work with focus nodes so if you can get that working that would be wonderful! Yeah I suspect focus node too but hard...
Hmm, it just makes the page all blank for me.
Please submit a PR to fix it.
You can go ahead with your proposal - looks good
> Furthermore, I am not sure about the rationale behind line 327 to 331 in controller.dart _updateSelection method void _updateSelection(TextSelection textSelection, ChangeSource source) { _selection = textSelection; final end =...
Check out https://github.com/singerdmx/flutter-quill/blob/master/CodeIntroduction.md
Regarding getting rid of those dependencies, you are welcome to replace the so-called trash with better one. Forcing users to implement their own is not ideal. You are entitled to...
The so easy to implement features should be included here and you are welcome to replace existing one with better. Your ask may be legit but most users are not...
> when it is hitting doc.length Off by 1 is subtracting 1, when would it exceed the doc length. I think the root cause is not here