Describe the bug
onEditorCreated method is not working on Web in QuillHtmlEditor(() widget
To Reproduce
Steps to reproduce the behavior:
Got to the quill_html_editor directory and run the example project on Web
Print anything you want in the onEditorCreated() method.
Expected behavior
Nothing will be printed out.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Version 123.0.6312.87 (Official Build) (x86_64)
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.
Describe the bug onEditorCreated method is not working on Web in QuillHtmlEditor(() widget
To Reproduce Steps to reproduce the behavior:
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.