rich_editor icon indicating copy to clipboard operation
rich_editor copied to clipboard

how to get json response from editor

Open 1041harpreet opened this issue 2 years ago • 0 comments

after entering the data it return the html response as

String? html = await keyEditor.currentState?.getHtml();
print(html);

but instead of this i want the json response like in flutter_quill

1041harpreet avatar Oct 31 '23 18:10 1041harpreet