kairan77

Results 8 comments of kairan77

@singerdmx , > > 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...

@singerdmx > I was hoping you guys have some plans for redesigning the code base to strip away all the technical debts and feature burdens and built a core library...

For simple tables with a few columns such as those from latex styled tables in academic papers, you can implement your own using custom embed. They are very easy, just...

It should not freeze. Using _quillControllers to manage a 'list' of quill controllers is problematic, especially when you are only ever using the first element in the list. Calling widgets.add()...

the setting moved from configuration to controller, now you can set your readonly state in the controller

This would result in breaking changes in terms of style configuration, I would argue against such a feature in the library. My main reasons being: 1. Now style is passed...

This is not a bug, the controller takes a LIST of values. Your input should be something like [{"insert":"hello\n"}] rather than {"insert":"hello\n"}.