From 4b1e5d30783c4b224f423f93c129debc7059c47c 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