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