Results 549 comments of Ellet

The issue has been fixed in the `dev` branch but it will take a few months before the release We are working on improving the raw quill editor

> > You can wrap QuillProvider for each QuillEditor, that is what I did for my app. If you want all editors to use a same toolbar, then wrap that...

> I have two separated QuillEditors in my Flutter app. But whatever I type in the first one automatically appears in the second one. I know it's a matter of...

Hi @lingyun000, can you switch to the new branch [fix/text-selection-exception](https://github.com/singerdmx/flutter-quill/tree/fix/text-selection-exception) and tell me if it fix the issue for you?

> The current test is fine. So does it solve the problem for you?

> When will the code be merged? I'm not sure if it cause any other bugs I need someone expert in this repo to review the code and the bug,...

Can you review this @adil192? this feature was introduced by you and I can't really understand it, I did a workaround to fix the exception and that's all I can...

Sorry but the flutter_quill_extensions image embed builder doesn't support selecting multiple images yet but we will look into that in the future

> Is there any other way I can achieve it in code? As far as I know, you will need custom image embed builder