From 2d84e72b3bdbd3ef8cf36e6bb23cb9a4ab792f09 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 9 Dec 2023 01:07:53 +0300 Subject: [PATCH] Add dependency --- pubspec.yaml | 4 +++- quill_html_converter/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index bcc1cf5b5..28e6f2ffd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,12 +44,14 @@ dependencies: intl: ^0.18.1 # Normal packages + dart_quill_delta: ^0.0.1 collection: ^1.17.0 - flutter_colorpicker: ^1.0.3 quiver: ^3.2.1 equatable: ^2.0.5 meta: ^1.9.1 + flutter_colorpicker: ^1.0.3 + # For converting HTML to Quill delta markdown: ^7.1.1 html2md: ^1.3.1 diff --git a/quill_html_converter/pubspec.yaml b/quill_html_converter/pubspec.yaml index 2da08053e..d09180207 100644 --- a/quill_html_converter/pubspec.yaml +++ b/quill_html_converter/pubspec.yaml @@ -1,8 +1,8 @@ name: quill_html_converter description: A extension for flutter_quill package to add support for dealing with conversion to/from html version: 9.0.0-dev-11 -homepage: https://github.com/singerdmx/flutter-quill/tree/master/packages/quill_html_converter/ -repository: https://github.com/singerdmx/flutter-quill/tree/master/packages/quill_html_converter/ +homepage: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/ +repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/ issue_tracker: https://github.com/singerdmx/flutter-quill/issues/ documentation: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/