Add dependency

pull/1582/head
Ellet 2 years ago
parent bbc68c604b
commit 2d84e72b3b
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      pubspec.yaml
  2. 4
      quill_html_converter/pubspec.yaml

@ -44,12 +44,14 @@ dependencies:
intl: ^0.18.1 intl: ^0.18.1
# Normal packages # Normal packages
dart_quill_delta: ^0.0.1
collection: ^1.17.0 collection: ^1.17.0
flutter_colorpicker: ^1.0.3
quiver: ^3.2.1 quiver: ^3.2.1
equatable: ^2.0.5 equatable: ^2.0.5
meta: ^1.9.1 meta: ^1.9.1
flutter_colorpicker: ^1.0.3
# For converting HTML to Quill delta # For converting HTML to Quill delta
markdown: ^7.1.1 markdown: ^7.1.1
html2md: ^1.3.1 html2md: ^1.3.1

@ -1,8 +1,8 @@
name: quill_html_converter name: quill_html_converter
description: A extension for flutter_quill package to add support for dealing with conversion to/from html description: A extension for flutter_quill package to add support for dealing with conversion to/from html
version: 9.0.0-dev-11 version: 9.0.0-dev-11
homepage: 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/packages/quill_html_converter/ repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/ issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
documentation: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/ documentation: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/

Loading…
Cancel
Save