From 73c3d56e9ae8da64ae9b88144b3dae430e74fa18 Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 10 Nov 2023 17:49:26 +0300 Subject: [PATCH] Add dev_dependencies --- 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 03a3d162..4c456378 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -47,5 +47,9 @@ 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