From 8dc35eb3a9cc789f5f936c122f81bd00b44d95b5 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Wed, 21 Aug 2024 08:30:30 -0400 Subject: [PATCH] Chore: update simple_spell_checker to 1.1.6 to fix state confuse value --- flutter_quill_extensions/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index e2027bb0..8eb84cf1 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: # Plugins video_player: ^2.8.1 - simple_spell_checker: ^1.1.4 + simple_spell_checker: ^1.1.6 youtube_player_flutter: ^9.0.1 url_launcher: ^6.2.1 super_clipboard: ^0.8.15