diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 0a78ef68e..9519b8989 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: universal_html: ^2.2.4 cross_file: ^0.3.3+6 - flutter_quill: ^10.7.2 + flutter_quill: ^10.8.3-dev.0 photo_view: ^0.15.0 # TODO: Remove youtube_explode_dart youtube_explode_dart: ^2.2.1 diff --git a/flutter_quill_extensions/pubspec_overrides.yaml b/flutter_quill_extensions/pubspec_overrides.yaml deleted file mode 100644 index b4f64788e..000000000 --- a/flutter_quill_extensions/pubspec_overrides.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# TODO: Remove this file completely once https://github.com/singerdmx/flutter-quill/pull/2230 is complete before publishing -dependency_overrides: - flutter_quill: - path: ../ \ No newline at end of file