Closed HeropolisDa2ny closed 3 months ago
@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
I already made a PR to resolve this
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
```dart final QuillController _controller = QuillController.basic( configurations: QuillControllerConfigurations(), ); @override void initState() { _controller.document = Document.fromDelta( Document.fromHtml('Screenshots or Video
Screenshots / Video demonstration
[Upload media here]Logs
Logs
```console [Paste your logs here] ```