Cat

Results 217 comments of Cat

@LucasXu0 can you assign this issue to @rituraj2000 ? I cannot do it

I updated the version to the current, and it's still happening Here another video about it (i don't have the current version of the example, so i show this my...

You need to use `docx_template` package, and create your own implementation to create that feature

You can just add a custom attribute and use a custom button to the toolbar to apply your line spacing options. But this has a issue, the cursor height is...

The issue comes from Vsc_quill_delta_to_html. You need to pass a custom `ConverterOptions` with you own `inlineStyles` implementation. This works for me. This is the default inlineStyles implementation by Vsc_quill_delta_to_htmt: ```dart...

This issue is already solved by the `Vsc_quill_delta_to_html` author. Here is his answer: By default, `QuillDeltaToHtmlConverter` uses `defaultInlineStyles` (in `op_to_html_converter.dart`) to convert the Quill size attribute - this handles the...

This error was solved at the current version of Flutter Quill (V-9.3.6)

I try your same actions (not exactly, but almost the same), and i get this (my project doesn't use strike style): https://github.com/singerdmx/flutter-quill/assets/114286961/53ea6658-800f-4637-822c-b72d491a0541 I will try your code when i can,...

Your problem is due to \n. When placed intrinsically in the string, the string will add or print new lines (whatever we want, but causing problems) as it should. But...