From 2455ad010237600f4394098d04410aa9c7f6bfdc Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 13 Jul 2024 22:04:01 +0300 Subject: [PATCH] chore: add 'web' package --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index d597fa93..b925f7cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -53,6 +53,8 @@ dependencies: flutter_colorpicker: ^1.1.0 + web: ^0.5.1 + # For converting HTML to Quill delta flutter_quill_delta_from_html: ^1.3.0 markdown: ^7.2.1