Cat
Cat
@EchoEllet then I leave you in your command. Thank you!
I noticed that this could be useful. I was made a similar suggestion to have `simple_spell_checker` also have an instance that uses the native system services (in case of IOS...
> It's already possible to choose a different local than the system default, I haven't tried it out before though. Thanks for letting me know. I'll take a look at...
> I tried DefaultSpellCheckService and wasn't able to get it working at all while it uses the same API that I used in native Android using MethodChannel. I really think...
I think the same thing. Some parts of the components are too much harcoded and is difficult move them to another part. I think the best way is creating a...
> (to some extent, it might need some extra attribute information about type of icon, but that is out of the scope of the problem I'm trying to solve) I...
Any update about this? I'm creating a way to customize all kinds of blocks or lines (without affecting `EditableTextLine` or `EditableTextBlock`). I admit it, it's harder than I thought.
I guess we need to add more variables that reference the list indentation level to fix this more easily. I did this in `flutter_quill_to_pdf` and it solved exactly the same...
@AtlasAutocode i fix it. I just needed to add this condition to clear correctly the indents: ```dart if (prevNodeOl && attrs[Attribute.list.key] != Attribute.ol || attrs.isEmpty) { clearIndents = true; }...
> But how does it solve the issue? It doesn't fix it directly. I mean that while creating that Feature, I happened to find how to fix the error. It...