79088333

Date: 2024-10-15 03:41:13
Score: 1
Natty:
Report link

You can check the quill editor contents before submitting the form. The following checks work perfectly fine:

final QuillController _quillController = QuillController.basic();
if (_quillController.document.isEmpty() ||
    _quillController.document.toPlainText().removeAllWhitespace.isBlank!) {
...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rakesh Bhatt