Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 8, 2023
1 parent bbc68c6 commit 2d84e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions quill_html_converter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit 2d84e72

Please sign in to comment.