From 90c08c000151604d0e5447d1986cb9191a61a552 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Sun, 18 Aug 2024 17:54:53 -0400 Subject: [PATCH] Removed dependency from pubspec.yaml --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 10dbd3ff..9ffcea8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,7 +45,6 @@ dependencies: # Dart Packages intl: ^0.19.0 dart_quill_delta: ^10.0.0 - simple_spell_checker: ^1.0.6 collection: ^1.17.0 quiver: ^3.2.1 equatable: ^2.0.5 @@ -55,7 +54,7 @@ dependencies: flutter_colorpicker: ^1.1.0 # For converting HTML to Quill delta - flutter_quill_delta_from_html: ^1.3.13 + flutter_quill_delta_from_html: ^1.4.0 markdown: ^7.2.1 charcode: ^1.3.1