dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
615 B
21 lines
615 B
1 year ago
|
name: dart_quill_delta
|
||
|
description: A port of quill-js-delta from typescript to dart
|
||
|
version: 0.0.1
|
||
|
homepage: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
|
||
|
repository: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
|
||
|
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
|
||
|
documentation: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.2.3
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
collection: ^1.17.0
|
||
|
diff_match_patch: ^0.4.1
|
||
|
quiver: ^3.2.1
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|