From 1cfcbbc35b231121ed7211078e13548619b10ff6 Mon Sep 17 00:00:00 2001 From: appflowy Date: Thu, 6 Jan 2022 14:08:45 +0800 Subject: [PATCH] add patch for flutter-quill to fix the checkbox customize issue --- frontend/app_flowy/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index 104d6f7c22..7607667f18 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: flutter_quill: git: url: https://github.com/appflowy/flutter-quill.git - tag: 3.0.4 + tag: 3.0.4_checkbox_patch # third party packages intl: ^0.17.0