flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

how to insert a new block in quill ?

Open rajcrack opened this issue 2 years ago • 4 comments

Is there an existing issue for this?

The question

using flutter_quill 9.0.5 i want that on clicking a button i want to insert a small block in quill editor and the rest of line will be empty. the block will have minute rounded corners and background is black and on it there is a word written dynamically

rajcrack avatar Dec 20 '23 07:12 rajcrack

Hi, can you take a look at this and see if it solve your question?

EchoEllet avatar Dec 20 '23 09:12 EchoEllet

it worked but when i try to convert the quillcontroller which have customembed block and convert it to html using the quill_html_converter: ^9.0.5 it does not convert the custom block into the html is there any way by using which it can be converted into htnl or i have to use any other ???

rajcrack avatar Dec 20 '23 11:12 rajcrack

it worked but when i try to convert the quillcontroller which have customembed block and convert it to html using the quill_html_converter: ^9.0.5 it does not convert the custom block into the html is there any way by using which it can be converted into htnl or i have to use any other ???

Unfortunately, the support for quill_html_converter is experimental

EchoEllet avatar Dec 20 '23 11:12 EchoEllet

then which one i have to use it to convert to html or in which type i can get the same like original one after sending from one device to another

rajcrack avatar Dec 20 '23 11:12 rajcrack