From f6e238fd784cd18a949344cd406bfd2bb5a5ccfd Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 9 Nov 2023 03:44:54 +0000 Subject: [PATCH] Revert "chore: temp dependency_overrides to pass analysis" This reverts commit 6398a998d0f3c6e5f50117912d5a099ebcd57b56. --- flutter_quill_extensions/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 91ab0a48..906fa828 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -47,9 +47,9 @@ dev_dependencies: sdk: flutter flutter_lints: ^3.0.1 -dependency_overrides: - flutter_quill: - path: ../ - +# dependency_overrides: +# flutter_quill: +# path: ../ + flutter: uses-material-design: true \ No newline at end of file