From 3284bb85b4f7c4bbc8b9a511724fc022ba68e335 Mon Sep 17 00:00:00 2001 From: Jonathan Salmon Date: Mon, 5 Sep 2022 00:11:22 +0100 Subject: [PATCH] Fixed publishing issues --- 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: