From eecadf9b3967c2f6d5fa522b9e5af63598901ff1 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 9 Nov 2023 12:08:28 +0000 Subject: [PATCH] chore: revert adding dependency_overrides to pubspec.yaml --- flutter_quill_extensions/pubspec.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index f9c6dc7d..3df390cd 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -47,9 +47,5 @@ dev_dependencies: sdk: flutter flutter_lints: ^3.0.1 -# dependency_overrides: -# flutter_quill: -# path: ../ - flutter: uses-material-design: true \ No newline at end of file