JideGuru / rich_editor

WYSIWYG editor for Flutter with a rich set of supported formatting options. (WIP)
https://pub.dev/packages/rich_editor
Apache License 2.0
123 stars 38 forks source link

how to get json response from editor #33

Open 1041harpreet opened 1 year ago

1041harpreet commented 1 year ago

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