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
@HeropolisDa2ny this isn't directly related with the package. The issue comes from flutter_quill_delta_from_html that not support <div> tags. At this moment there is a opened issue related with <div> and HTML elements wrapped within it issue
Is there an existing issue for this?
Flutter Quill version
flutter_quill: ^9.5.12 quill_html_converter: ^9.5.12 flutter_quill_extensions: ^9.5.12
Steps to reproduce
final QuillController _controller = QuillController.basic();
If we remove the div from the HTML it works fine. (but I need the divs)
Expected results
Actual results
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: