From 58fca1c3407368bbfe8ca761f8f2c48fc7a733dc Mon Sep 17 00:00:00 2001 From: Jon Salmon <26483285+Jon-Salmon@users.noreply.github.com> Date: Mon, 5 Sep 2022 00:12:28 +0100 Subject: [PATCH] Fixed publishing issues (#936) --- flutter_quill_extensions/pubspec.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index c32d2fdd..08544220 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -21,10 +21,12 @@ dependencies: gallery_saver: ^2.3.2 math_keyboard: ^0.1.6 string_validator: ^0.3.0 + url_launcher: ^6.1.2 + tuple: ^2.0.0 -dependency_overrides: - flutter_quill: - path: ../ +#dependency_overrides: +# flutter_quill: +# path: ../ dev_dependencies: flutter_test: