the-airbender / quill_html_editor

HTML rich text editor for Android, iOS, and Web, using the QuillJS library. QuillJS is a free, open source WYSIWYG editor built for the modern web.
https://pub.dev/packages/quill_html_editor
MIT License
94 stars 93 forks source link

onEditorCreated() method is not working on Web #180

Open martinoyovo opened 7 months ago

martinoyovo commented 7 months ago

Describe the bug onEditorCreated method is not working on Web in QuillHtmlEditor(() widget

To Reproduce Steps to reproduce the behavior:

  1. Got to the quill_html_editor directory and run the example project on Web
  2. Print anything you want in the onEditorCreated() method.

Expected behavior Nothing will be printed out.

Desktop (please complete the following information):

Flutter Doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.3, on macOS 13.6.5 22G621 darwin-x64, locale en-US) [✓] Xcode - develop for iOS and macOS (Xcode 15.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.2) [✓] VS Code (version 1.87.2) [✓] Connected device (2 available) [✓] Network resources

Additional context This method is needed on the project I'm working on to set html data from the api. But the method is not working.

HinnaRutaba commented 4 months ago

I am facing the same issue, any updates on this?