You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a noob at flutter so maybe I'm just all screwed up, but when I call _controller.document.toDelta() to get what I typed in, I only ever get the insert key, I've tried toPlainText() and even converting via toHtml (that returned
Hello there, on behalf the Flutter Quill Team I would like to thank you for opening your first issue. Your inputs and insights are valuable in shaping a stable and reliable version for all our users. Thank you for being part of the open-source community!
Hi, thank you for the report, can you explain what you mean by only insert key?? can you send us the result and input? some images will help us understand the question
Is there an existing issue for this?
The question
I'm a noob at flutter so maybe I'm just all screwed up, but when I call
_controller.document.toDelta()
to get what I typed in, I only ever get the insert key, I've tried toPlainText() and even converting via toHtml (that returned<br/
).My widget:
The text was updated successfully, but these errors were encountered: