Cat

Results 217 comments of Cat

Which version are you using? This should be fixed at the current version

If your issue is related with the `Alignment`, you need to know the only way to change the position of the icons on the lists is chaning the direction to...

Update to the last version of the editor (10.0.2). This issue is from that version

> The update didn't change anything. I made the same but, i get the expected behavior with the version 10.0.2 ![Screenshot_20240722-115403~2](https://github.com/user-attachments/assets/a6e04361-ea35-4ec5-9aa5-310101550344)

I will try to add this new feature

> It seems that [flutter_editable_table](https://pub.dev/packages/flutter_editable_table) is not maintained in a timely manner and some dependencies are out of date. We may consider copying over the code in a dedicated folder...

@Paiolus I suggest you take a look at `flutter_quill_extensions` and take this code with caution because the implementation of tables is currently limited and contains several bugs. At the moment,...

@ellet0 I notice something about this error. To fix this, the number of elements in the `MenuAnchor` must be around 5 or even more to avoid the popup appearing below...

@aguilanbk I make a package to fix this. You can use https://pub.dev/packages/flutter_quill_to_pdf Import the package and use `convertDeltaToHtml` is you only need HTML from delta ```dart //this is what the...

I can solve your problem to line spacing. I make a custom block attribute that makes this. ```dart /// Attribute with issue const String lineHeightKey = 'line-height'; const AttributeScope lineHeightScope...