From 0c6ade2fd8d92faa69312a9a722cb7caf2da4ffa Mon Sep 17 00:00:00 2001 From: Ellet <73608287+ellet0@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:53:03 +0300 Subject: [PATCH] chore: remove dependency html converter (#1987) * chore: remove html2md dependency in quill_html_converter * chore: bump vsc_quill_delta_to_html to 1.0.5 --- quill_html_converter/pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quill_html_converter/pubspec.yaml b/quill_html_converter/pubspec.yaml index 27fd12f0..74cd2aa0 100644 --- a/quill_html_converter/pubspec.yaml +++ b/quill_html_converter/pubspec.yaml @@ -20,8 +20,7 @@ environment: dependencies: flutter: sdk: flutter - vsc_quill_delta_to_html: ^1.0.4 - html2md: ^1.3.1 + vsc_quill_delta_to_html: ^1.0.5 markdown: ^7.2.2 charcode: ^1.3.1 collection: ^1.18.0