From 1895de62a09b8c78a1e398428ee7aed90e546300 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 9 Nov 2023 03:41:47 +0000 Subject: [PATCH] chore: temp dependency_overrides to pass analysis --- flutter_quill_extensions/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 97cd2782..91ab0a48 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -46,6 +46,10 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.1 + +dependency_overrides: + flutter_quill: + path: ../ flutter: uses-material-design: true \ No newline at end of file